Skip to navigation

List API Keys

CLI:

agentmail inboxes api-keys list --inbox-id <inbox_id>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

inbox_idstringRequired
The ID of the inbox.

Query parameters

limitintegerOptional
Limit of number of items returned.
page_tokenstringOptional
Page token for pagination.

Response

This endpoint returns an object.
countinteger
Number of items returned.
api_keyslist of objects

Every credential family, ordered by created_at. type restricts to one family.

next_page_tokenstringOptional
Page token for pagination.

Errors

404
Not Found Error