cURL
curl --request GET \ --url https://relytone.data.cloud/api/v1/user/api-keys \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "key": "<string>", "fullKey": "<string>", "name": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ]
Get all API keys for the current user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved API keys list
API key identifier
API key (partially hidden)
Full API key (only returned when creating)
API key name
API key description
Creation time
Was this page helpful?