Available Servers
The Peaka API is hosted in two geographic zones to ensure optimal performance, compliance, and data residency for users worldwide. The available zones are the United States (US) and Europe (EU). Each zone has its own server endpoint, allowing you to choose the one that best suits your location, regulatory requirements, and latency needs.
Below are the server endpoints for each zone:
https://partner.peaka.studio/api/v1
https://eu.partner.peaka.studio/api/v1
When deciding which server to use, consider the following factors:
Both zones offer identical API functionality, endpoints, and features. The only difference is the geographic location of the servers and the domain used to access them.
To interact with the Peaka API, include the appropriate base URL (depending on your chosen zone) in your API requests. For example:
For a US-based request to retrieve data:
For an EU-based request to retrieve data:
Ensure that your API key or authentication token is included in the request headers as specified in the section of this documentation.