cURL
curl --request POST \ --url https://relytone.data.cloud/api/v1/user/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "<string>", "key": "<string>", "fullKey": "<string>", "name": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Create a new API key for the current user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key name
API key description
API key created successfully
API key identifier
API key (partially hidden)
Full API key (only returned when creating)
Creation time
Was this page helpful?