cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/admin-keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "id": "key_admin_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "name": "<string>", "keyPreview": "sk_admin_****", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "totalCount": 10 }
List all admin keys for the organization
Admin API key (format: sk_admin_*) for organization-level operations
List all admin keys
Show child attributes
Total number of admin keys
10