cURL
curl --request GET \ --url http://voiceharbor.ai/api/admin/developer-tokens \ --header 'Authorization: Bearer <token>'
{ "developerTokens": [ { "usage_token": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieves all developer tokens associated with the provided admin token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of developer tokens
The response is of type object.
object