cURL
curl --request GET \ --url https://api.pulze.ai/v1/assistants/ \ --header 'Authorization: Bearer <token>'
{ "items": [ "<any>" ], "page": 123, "pages": 123, "size": 123, "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Successful Response
The response is of type object.
object
Was this page helpful?