Get active key
GET /api/v1/keys/:apiKey/active
Description
Retrieve an active key by authorizer using the provided API key and code.
URL:
- Raw URL:
/api/v1/keys/:apiKey/active - Host:
- Path:
/api/v1/keys/:apiKey/active - Variables:
- apiKey: (Required)
Headers:
- authorizer-api-key: (Required)
- authorizer-api-code: (Required)
Response:
- Status: OK (200)
/api/v1/keys/:apiKey/active
Headers
| Content-Type | Value |
|---|---|
| authorizer-api-key | string |
Headers
| Content-Type | Value |
|---|---|
| authorizer-api-code | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/keys/:apiKey/active \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!