Refresh API key for a tenant
POST /api/v1/tenants/:tenantId/key-refresh/:apiKey
Description
Refresh a specific API key for a tenant.
Request
-
Authentication:
-
Type: Bearer Token
-
Token:
{{bearerToken}}(Replace with the actual bearer token)
-
-
URL:
-
Raw URL:
/api/v1/tenants/:tenantId/key-refresh/:apiKey -
Host:
-
Path:
/api/v1/tenants/:tenantId/key-refresh/:apiKey -
Variables:
-
tenantId: (Required)
-
apiKey: (Required)
-
-
Response:
- Status: Created (201)
/api/v1/tenants/:tenantId/key-refresh/:apiKey
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 201
LANGUAGE
CURL REQUEST
curl --request POST \
--url /api/v1/tenants/:tenantId/key-refresh/:apiKey \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!