cURL
curl --request GET \ --url https://scribe-api.puppilot.co/organizations/get \ --header 'Authorization: Bearer <token>'
{ "public_id": "<string>", "name": "Organization Name", "description": "Organization Description", "has_slack_bot_token": true, "slack_channel": null, "email_notification": null }
Retrieves details about the authenticated user’s organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization details retrieved successfully.
The response is of type object.
object