Get organizations
GET /organizations
Get organizations where the Auth user has atleast can_view role
Responses
- 200
- 401
Success" {"ok":1,"data":"<organizations>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"message":"You don't have access to any organization!"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...