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