cURL
curl --request GET \ --url https://copilotz.com/rest/configs \ --header 'Authorization: Bearer <token>'
[ { "name": "AI_CHAT_PROVIDER", "value": { "provider": "openai", "model": "gpt-4o" }, "owner": 1, "ownerType": "copilotz" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object[].
object[]