Skip to main content
Ensure you have included the correct API key in your request headers.Solution: Add the API key to the request using the x-api-key header. For example, using cURL:
curl -X GET https://api.oneofnone.io/v1/your-endpoint \
  -H "x-api-key: YOUR_SERVER_API_KEY"
Double-check that you’re using the Server API Key, as client keys have limited permissions.
Access to the API Keys page is restricted to team owners and admins. If you are not seeing this page, you may not have the necessary permissions.Solution: Contact an admin or owner of your team to grant you the appropriate role or provide the required API key.
Your API requests may be blocked due to missing domain whitelisting.Solution: Go to the “Whitelisted Domains” section in the dashboard and ensure that the domain or IP you’re sending requests from is added. Example domains:
https://yourwebsite.com
http://localhost:3000
After adding, click the Save button and try again.
Couldn’t find what you were looking for? Contact our support team at support@oneofnone.io.
I