Get Subaccount Permissions
Retrieve the current permission settings of a subaccount (child user) under your SenderWiz account.
π Get Subaccount Permissions
πΉ HTTP Request
GET API-URL/children/CHILD-UNIQUE-ID/permissionsπΈ URL Segments
Segment
Required
Description
π Authorization Header
X-API-KEY: your-api-key-hereπ» PHP Example
// GET SUBACCOUNT PERMISSIONS
$response = $endpoint->getChildPermissions('8e12c91b4a2d1');
// DISPLAY RESPONSE
echo '<hr /><pre>';
print_r($response->body);
echo '</pre>';π¦ Sample JSON Response
π§Ύ Notes
Last updated