Retrieve all organizations
GET /api/v2/organizations
GET
/api/v2/organizations
Authorizations
Responses
200
The request has succeeded.
Array<object>
object
name
Organization name
string
Test Organization machine_name
Organization machine name
string
test-org400
The server could not understand the request due to invalid syntax.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true{ "message": "The requested resource was not found", "error": true}403
Access is forbidden.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true{ "message": "The requested resource was not found", "error": true}