Skip to main content
GET
/
organization
Retrieve organization information
curl --request GET \
  --url https://panel.sendcloud.sc/api/v3/organization \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": {
    "id": 12345,
    "name": "Acme Corporation",
    "registered": "2020-03-15T10:30:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://sendcloud.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Response

OK

Response schema for organization endpoint.

data
OrganizationSchema · object
required

Schema representing an organization.