Skip to navigation

List API Keys

CLI:

agentmail pods api-keys list --pod-id <pod_id>

Authentication

AuthorizationBearer

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

Path parameters

pod_idstringRequired
ID of pod.

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