GET
/
services
/
{customer_id}
curl --request GET \
  --url https://api.altostrat.io/services/{customer_id} \
  --header 'Authorization: Bearer <token>'
[
  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string
required

Customer UUID

Response

200 - application/json

Array of site IDs

The response is of type string[].