GET
/
api
/
temporary-keys
/
{temporary_api_key_id}
curl --request GET \
  --url https://api.keywordsai.co/api/temporary-keys/%7B{temporary_api_key_id}%7D/ \
  --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.