GET
/
api
/
v1
/
api_keys

Authorizations

x-api-key
string
headerrequired

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Response

200 - application/json
id
string
required

The ID of the API key

name
string
required

The name of the API key

createdAt
string
required

The creation date of the API key

updatedAt
string
required

The last update date of the API key

key
string
required

The generated API key

isHidden
boolean
required

Whether the API key is hidden

lastUsed
string

The last used date of the API key

member
object
required

The member of the API key