cURL
curl --request GET \ --url https://prod-api.civicmarketplace.com/v1/city-services \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>" } ], "meta": { "next_cursor": "<string>", "limit": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Named-ref page
Show child attributes