Account-Reseller-Child accounts
Number of APIs: 8
-
Get the list of all children accounts GET {{baseUrl}}/reseller/children?limit=10&offset=0
-
Get a child account's details GET {{baseUrl}}/reseller/children/:childIdentifier
-
Update info of reseller's child based on the child identifier supplied PUT {{baseUrl}}/reseller/children/:childIdentifier
-
Delete a single reseller child based on the child identifier supplied DELETE {{baseUrl}}/reseller/children/:childIdentifier
-
Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the childIdentifier supplied GET {{baseUrl}}/reseller/children/:childIdentifier/accountCreationStatus
-
Get session token to access Sendinblue (SSO) GET {{baseUrl}}/reseller/children/:childIdentifier/auth
-
Creates a reseller child POST {{baseUrl}}/reseller/children
-
Update info of reseller's child account status based on the identifier supplied PUT {{baseUrl}}/reseller/children/:childIdentifier/accountStatus