Skip to main content
GET
https://api.keywordsai.co
/
api
/
temporary-keys
/
{temporary_api_key_id}
Retrieve API key
curl --request GET \
  --url 'https://api.keywordsai.co/api/temporary-keys/{{temporary_api_key_id}}/' \
  --header 'Authorization: Bearer <token>'
You can retrieve a temporary API key by sending a GET request to the temporary keys endpoint.

Path parameters

temporary_api_key_id
string
The ID of the temporary API key to retrieve.