v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-064243217.4 KB
Services

List Services

Retrieve Services for a Location, optionally filtered by Service IDs.

The response uses JSON:API resource objects. Pagination uses page and limit; pagination metadata is not returned.

Related data can be requested by repeating the include parameter, for example ?include=resources&include=company_links.

get/locations/{location_id}/services

Path parameters

location_idinteger required

Location ID

Query parameters

filter[service_ids][]integer[]

Filter by Service IDs

pageinteger

Page number

limitinteger

Maximum number of Services to return

includestring[]

Related resources to include. The wire values are literal API keys: company_links contains Location-specific Service links.

Headers

Acceptstring required

Required B2B v2 response media type. Use application/vnd.api.v2+json. A charset parameter is also accepted.

Authorizationstring required

Bearer {partner_token}, User {user_token}

Response

Services retrieved successfully