Being unable to compete the integration with an open-source website can happen for a few reason, including improper format, or calling the wrong endpoint, etc. Here’s what to look out for when completing the integration process:
- Ensure you’ve read the API documentation in the Developer section of your dashboard.
- Ensure you’re calling the right endpoints:
-
Ensure that your auth headers are in the following format:
-
"Authorization: Bearer <api-key>"
-
For example, if your API key is "sk-ca716653-9261-4375-83fe-70fc8c4bb565" then your auth header should be "Authorization: Bearer sk-ca716653-9261-4375-83fe-70fc8c4bb565".
-
-