List organizations
Lists organizations the caller can see. Results are filtered by the caller's accessible organizations; many routes paginate via page and limit.
Scope: organizations:read
Endpoint: GET /api/organizations
Example request
curl "https://guliel.com/api/organizations?page=value" \
-H "Authorization: Bearer $GULIEL_API_KEY"Query parameters
pagereqintegerlimitreqintegersearchreqstring
Response (200/201)
organizationsreqarray<object>idreqstringnamereqstringcountryreqstringregistrationNumberreqstringaddressreqstring | nulliconreqstring | nullcountrySpecificDatareqobject | nullusersarray<object>idreqstringrolereqstringuserIdreqstringuserreqobjectidreqstringnamereqstring | nullemailreqstring
_countobjectcustomersreqintegerinvoicesreqinteger
createdAtreqstringupdatedAtreqstring
paginationreqobjectpagereqintegerlimitreqintegertotalreqintegertotalPagesreqinteger
Error responses
400 | Validation |
401 | Unauthenticated |
403 | Forbidden |
500 | Internal |