List Project Client Keys

GET https://sentry.io/api/0/projects/{{organization_slug}}/:project_slug/keys/

https://docs.sentry.io/api/projects/list-a-projects-client-keys/

Return a list of client keys bound to a project.

Path Parameters

organization_slug (string)REQUIRED

The slug of the organization the client keys belong to.

project_slug (string)REQUIRED

The slug of the project the client keys belong to.

Query Parameters:

cursor (string)

A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.

Scopes

You need to authenticate via bearer auth token. requires one of the following scopes:

  • project:read

Request Params

KeyDatatypeRequiredDescription
cursornullA pointer to the last object fetched and its sort order; used to retrieve the next or previous results.

Request Body

{"name"=>"My New Key"}