cURL
curl --request GET \ --url https://api.vidbeo.com/v2/categories \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": [], "links": { "next": "https://api.vidbeo.com/v2/players?limit=10&cursor=AbCdEfGhIJkLMnOpQrStUvWxYz" }, "errors": [] }
Fetch all categories
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of results to return
1 <= x <= 25
10
A cursor to fetch the next page of results
"AbCdEfGhIJkLMnOpQrStUvWxYz"
Categories
true
Show child attributes
21
"abcde12345abcde12345a"
1 - 50
"Example"
"example"
"2024-01-01T00:00:00.000Z"
{}
[]