Base URL

All requests should contain the base URL for the Pinnacle API:

https://www.trypinnacle.dev/api

Authentication

To authenticate your requests, you will need an API key. You can obtain your API key by signing up on our website. Once you have your API key, include it in the header of your requests as follows:

PINNACLE-API-KEY: Bearer YOUR_API_KEY

Response Codes

Pinnacle uses standard HTTP response codes to indicate the success or failure of an API request. Here are some common response codes you may encounter:

StatusDescription
200Successful request
400Invalid parameters. Check response for error message.
401Unauthorized or invalid API Key
5xxError with Pinnacle servers

Rate Limits

Pinnacle does not impose strict rate limits, but we recommend keeping your requests to a reasonable level to ensure optimal performance. If you exceed a reasonable number of requests, you may experience slower response times or strict rate limits.