curl --request POST \
--url https://api.devhelm.io/api/v1/api-keys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}
'{
"data": {
"id": 123,
"name": "<string>",
"key": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
}curl --request POST \
--url https://api.devhelm.io/api/v1/api-keys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}
'{
"data": {
"id": 123,
"name": "<string>",
"key": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
}API key (dh_live_...) or Auth0 JWT token
Created
Created API key with the full key value — store it now, it won't be shown again
Show child attributes