Account-Reseller-Child accounts

Number of APIs: 8

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

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

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

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

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

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

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

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