cURL
curl --request GET \ --url http://localhost:3000/v1/admin/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "partner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "key_id": "<string>", "key_prefix": "<string>", "environment": "sandbox", "scopes": [ "<string>" ], "name": "<string>", "description": "<string>", "created_at": "<string>", "updated_at": "<string>", "last_used_at": "<string>", "revoked_at": "<string>", "revoke_after": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
sandbox
production