Network API v3:

- GET Categories

⚠️ Experimental Version

This version of the API is currently in beta and may undergo changes. For production use, please consider using the current stable version (v2).

Returns a list of all available categories in the localtunity network. Only Categories that exist on partners that the user has access to will be returned.

Example

- Resource URL: https://api.voorheesvip.com//v3/network/categories

curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer {access_token}" https://api.voorheesvip.com/v3/network/categories

Headers

Content-Type: (string, required) Must be "application/json"
Authorization: (string, required) Bearer {access_token}

Response 200 Status Code

                    {"status": "success", "results": [{"id":"1004822","name":"Apartments & Rentals", "slug": "apartmentsrentals"}, {"...":"repeat for each category"}]}