cURL
curl --request GET \ --url https://api.pulze.ai/v1/assistants/{assistant_id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "slug": "<string>", "owner_org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "owner_org_name": "<string>", "owned_by_current_org": true, "avatar": "<string>", "description": "<string>", "visibility": "private", "definition_visibility": "private", "owned_by_current_app": true, "current_app_default": true, "favorite": true, "assistant_config": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
public
organization
private
Was this page helpful?