cURL
curl --request POST \ --url https://api.example.com/v1/api-keys \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>" } '
{ "key": { "id": "<string>", "label": "<string>", "prefix": "<string>", "last4": "<string>", "last_used_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "revoked_at": "2023-11-07T05:31:56Z" }, "token": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt
Use this file to discover all available pages before exploring further.
1 - 80
Successful Response
Show child attributes