Get all organizations
cURL
curl --request GET \ --url https://api.fluxend.app/organizations \ --header 'Authorization: <authorization>'
{ "content": [ { "createdAt": "<string>", "createdBy": "<string>", "name": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Page number for pagination
Number of items per page
Field to sort by
Sort order (asc or desc)
List of organizations
The response is of type object.
object