curl --request GET \ --url https://api.voiceos.io/credentials \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "uri": "<string>", "credential": { "provider": "openai", "api_key": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "account_id": "<string>", "metadata": {} } ], "index": 123, "has_next": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The list of credentials returned.
Show child attributes
The credential id
The uri of the credential.
The credentials of the provider.
Openai provider.
openai
The api key of the OpenAI account
The date the credential was created.
The date the credential was last updated.
The id associated with the credential.
The metadata of the credential.
The current index of the page.
Whether there is a next page.