Management APIs
cURL
curl --request GET \ --url https://api.basic.tech/project/{id}/key/{key_id} \ --header 'Authorization: Bearer <token>'
{ "key": { "id": "<string>", "label": "<string>", "roles": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Retrieves details of a specific API key for the project
JWT Authorization Token header using the Bearer scheme
Unique identifier of the project
Unique identifier of the API key
API key details retrieved successfully