API Category Endpoints
This document provides details about the endpoints used in the Funbooker Category API.
[
{
"id": 12345,
"name": "Bungee Jumping",
"parentId": 1,
"occasion": "entertainment"
},
{
"id": 123456,
"name": "Skydiving",
"parentId": 1,
"occasion": "entertainment"
}
]Last updated