Skip to main content
GET
/
api
/
v1
/
auth
/
api-key
List API Keys
curl --request GET \
  --url https://api.dev.anthid.com/api/v1/auth/api-key
{
  "data": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "disabled": true,
      "environment": "paper",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "<string>"
    }
  ],
  "cursor": "<string>"
}

Response

List visible API keys

data
object[]
required
cursor
string | null