Skip to main content

Get API keys

Gets the API keys for an organization.

Path Parameters
organizationId uuid REQUIRED
Query Parameters
apiKey string

Possible values: length ≤ 64

name string

Possible values: length ≤ 64

projectName string

Possible values: length ≤ 256

role
projectIds uuid[]
sort string
order string
offset integer
limit integer

Possible values: value ≤ 1000

Responses
200

Default Response

Schema OPTIONAL
offset integer OPTIONAL
count integer OPTIONAL
total integer OPTIONAL
items object[] OPTIONAL
id uuid OPTIONAL
apiKey uuid
organizationId uuid OPTIONAL
projectId uuid OPTIONAL
name string OPTIONAL

Possible values: length ≤ 256

role string

Possible values: [owner, admin, limited, viewer, none]

dateCreated integer
dateUpdated integer
permissions object[] OPTIONAL
id uuid OPTIONAL
organizationId uuid OPTIONAL
organizationName string OPTIONAL
projectId uuid
projectName string OPTIONAL
role string OPTIONAL

Possible values: [owner, admin, limited, viewer, none]

400

Bad request response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string

The error string for the status code.

message string

Description of the error encounted.

401

Unauthorized response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string

The error string for the status code.

message string
403

Forbidden response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string
message string
404

Not found response.

Schema OPTIONAL
statusCode int32
error string
message string
422

Unprocessable Entity response.

Schema OPTIONAL
statusCode int32
error string
message string

Description of the error encounted.

500

Internal server error response.

Schema OPTIONAL
statusCode int32
error string
message string

Will always be "Internal Server Error"