Account-Reseller-Child accounts

Number of APIs: 8

  1. Get a child account's details GET {{baseUrl}}/reseller/children/:childIdentifier

  2. Update info of reseller's child based on the child identifier supplied PUT {{baseUrl}}/reseller/children/:childIdentifier

  3. Get the list of all children accounts GET {{baseUrl}}/reseller/children?limit=10&offset=0

  4. Creates a reseller child POST {{baseUrl}}/reseller/children

  5. Delete a single reseller child based on the child identifier supplied DELETE {{baseUrl}}/reseller/children/:childIdentifier

  6. Get session token to access Sendinblue (SSO) GET {{baseUrl}}/reseller/children/:childIdentifier/auth

  7. Update info of reseller's child account status based on the identifier supplied PUT {{baseUrl}}/reseller/children/:childIdentifier/accountStatus

  8. 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