Retrieve data from your endpoint

  1. Create an API key

    Required

    Endpoints support two kinds of keys, both with the endpoint:read scope.

    • Project secret API key (beta, 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. This is in beta and rolling out gradually – if the settings page isn't available in your organization yet, use a personal API key.
    • 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:

    1. Open the relevant settings page above
    2. Click Create key
    3. Give it a name (e.g., "Endpoints")
    4. Select the endpoint:read scope
    5. 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

    Required

    Select your language or framework to see how to call your endpoint.

Was this page useful?