Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists the locations the authenticated app has been granted access to.
cURL
curl --request GET \ --url https://api.maple.inc/v1/locations \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "object": "location", "id": "<string>", "name": "<string>", "timezone": "<string>", "phone": "<string>", "address": { "line1": "<string>", "line2": "<string>", "city": "<string>", "region": "<string>", "postal_code": "<string>", "country": "<string>" } } ] }
API key — mpk_test_… for the sandbox, mpk_live_… for production. Issued by Maple during partner onboarding.
mpk_test_…
mpk_live_…
Success
list
Show child attributes
Was this page helpful?