cURL
curl --request GET \ --url https://api.zippendo.com/orgs/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "slug": "<string>", "description": "<string>", "currency": "DKK", "createdAt": "<string>", "updatedAt": "<string>", "_count": { "members": 123 }, "vatNumber": "<string>", "billingEmail": "<string>", "companyName": "<string>", "addressLine1": "<string>", "addressLine2": "<string>", "city": "<string>", "postalCode": "<string>", "country": "<string>" }
Get a specific organization
JWT access token or API token (prefixed with zipp_)
ID
Default Response
Show child attributes