cURL
curl --request GET \ --url https://api.bunship.com/api/v1/organizations/{orgId} \ --header 'Authorization: Bearer <token>'
{ "id": "org_cld2abc123def456", "name": "Acme Corp", "slug": "acme-corp", "description": "Building the future of widgets", "logoUrl": "https://cdn.bunship.com/logos/acme.png", "settings": { "branding": { "primaryColor": "#5046E5" }, "features": { "webhooks": true, "apiAccess": true } }, "createdBy": "usr_cld2abc123def456", "createdAt": "2024-01-15T10:00:00Z", "updatedAt": "2024-01-20T14:30:00Z" }
Get details of a specific organization
401
AUTHENTICATION_ERROR
403
AUTHORIZATION_ERROR
404
NOT_FOUND
curl https://api.bunship.com/api/v1/organizations/org_cld2abc123def456 \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."