Skip to main content
GET
/
v1
/
workspaces
/
{workspaceUuid}
/
organisations
/
{organisationUuid}
Get an organisation
curl --request GET \
  --url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/organisations/{organisationUuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

workspaceUuid
string<uuid>
required

The UUID of the workspace

Example:

"550e8400-e29b-41d4-a716-446655440000"

organisationUuid
string<uuid>
required

The UUID of the organisation

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

200 - application/json

The organisation

success
boolean
Example:

true

data
object