cURL
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" } }
Retrieves detailed information about your organization account, including the organization ID, name, and registration date.
This endpoint is useful for:
Basic Authentication using API key and secrets is currently the main authentication mechanism.
OK
Response schema for organization endpoint.
Schema representing an organization.
Show child attributes