cURL
curl --request GET \ --url https://api.wavix.com/v1/sub-organizations \ --header 'Authorization: Bearer <token>'
{ "sub_organizations": [ { "id": 123, "created_at": "2023-06-15T10:30:00.000Z", "name": "Updated Company Name", "api_key": "abc123def456", "master_organization": 456, "status": "enabled", "default_destinations": { "sms_endpoint": "https://examples.com/sms", "dlr_endpoint": "https://examples.com/dlr" } } ], "pagination": { "current_page": 2, "per_page": 25, "total": 101, "total_pages": 5 } }
Use this method to retrieve a list of your sub-accounts.
Bearer token using appid (Authorization: Bearer )
Filter by account status
enabled
disabled
"enabled"
A list of sub-accounts
Show child attributes
Was this page helpful?
Contact support