List all organizations
get
/v1/organizationsReturns a list of organizations that you currently belong to.
OAuth scopes
- organizations:read
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1[2 {3 "id": "lorem",4 "slug": "tsrqponmlkjihgfedcba",5 "name": "lorem"6 }7]