cURL
curl --request GET \ --url https://spark.test.woodcore.co/api/v2/gateway/keyprofile \ --header 'Authorization: Bearer <token>'
Fetch the details associated with an API KEY with this endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key profile retrieved successfully