GET
/
gateway
/
keyprofile
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. This includes information about the key’s permissions, associated user, and usage statistics.

This endpoint requires a valid API key in the Authorization header.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

API key profile retrieved successfully