API Reference
Log In
API Reference

List account keys

This endpoint returns an account’s list of active API keys. It can be sorted by prefix, keyType, name, status, createdAt, updatedAt, lastActiveDateTime, user.firstName, user.lastName, and roles.identifier.

🚧

Roles

Projects cannot access this route.

📘

Filters and pagination

This collection route supports filters and pagination.

Path Params
string
required

The account’s identifier.

Query Params
string

Filters by a key’s prefix and returns similar matches

string

Filters by a key’s nickname and returns similar matches.

string

Filters by a key’s status and returns exact matches. Values can be Active, Inactive, Pending, Rejected, or Deleted.

string

Filters by a key’s description and returns similar matches.

string

Filters by a role’s identifier and returns exact matches.

string

Filters by a key’s type and priority. Values can be default and high_priority_job_execution.

string

Filters by a user’s identifier and returns similar matches.

string

Filters by a user’s email and returns similar matches.

string

Filters by a user’s first name and returns similar matches.

string

Filters by a user’s last name and returns similar matches.

string

Filters by a user’s email and returns similar matches.

string

Filters by a user’s title and returns similar matches.

string

Filters by a user’s status and returns similar matches.

string

Filters by user’s that have or have not been seen in the User Management UI. Values can be true or false.

string

Filters by user’s that have or have not visited their profile page. Values can be true or false.

Body Params
string
required

The API key’s status. Values can be Active, Inactive, Pending, Rejected, or Deleted.

Responses

Language
Credentials
Request
Choose an example:
application/json