cURL
curl --request GET \ --url 'https://api.wavix.com/v1/sub-organizations?appid='
{ "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.
An API key to authorize your request
Filter by account status
enabled
disabled
"enabled"
A list of sub-accounts
Show child attributes
Unique identifier of the user
123
When the user was created
"2023-06-15T10:30:00.000Z"
Company name
"Company"
Active API key for the user
"abc123def456"
ID of the master organization
456
User status
Default endpoints for SMS and DLR
SMS endpoint URL
"https://examples.com/sms"
DLR endpoint URL
"https://examples.com/dlr"
Current page number
2
Number of records per page
25
Total number of records
101
Total number of pages
5
Was this page helpful?