Skip to main content
GET
/
assistants
List assistants
curl --request GET \
  --url https://api.anyapi.ai/v1/assistants \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "param": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Get your API key from the dashboard.

Response

Unauthorized - Invalid or missing API key

error
object
required