GET
/
organizations
/
get
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Organization details retrieved successfully.

The response is of type object.