Retrieve data from your endpoint
- 1
Create an API key
RequiredEndpoints support two kinds of keys, both with the
endpoint:readscope.- Project secret API key (recommended for backend services): a project-scoped, server-to-server credential that isn't tied to a user. Create one in Project secret API keys.
- Personal API key: scoped to your user account, useful for interactive or one-off scripts. Create one in Personal API keys.
To create a key:
- Open the relevant settings page above
- Click Create key
- Give it a name (e.g., "Endpoints")
- Select the
endpoint:readscope - Click Create key and copy it somewhere safe
API keys are secret!Store your API key securely. Never expose it in client-side code or commit it to version control. - 2
Choose your language
RequiredSelect your language or framework to see how to call your endpoint.