get
https://s3partnerapi-staging.solutran.com/2.2/accounts
Search accounts by various criteria.
Use this endpoint to look up a specific account using your clientAccountId, or to retrieve
a collection of accounts matching specific criteria (e.g. all active accounts in the "Math Teachers" subgroup).
Lookup by clientAccountId:
curl -H "Authorization: Bearer {TOKEN}" /accounts?clientAccountId=ACT1001
Query all active accounts:
curl -H "Authorization: Bearer {TOKEN}" /accounts?status=active
Note: Default limit is 50 results per response. Always check meta.moreExists to determine whether additional pages are available.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204No Content