Get details of a specific organization
cURL
curl --request GET \ --url https://api.fluxend.app/organizations/{organizationUUID} \ --header 'Authorization: <authorization>'
{ "content": { "createdAt": "<string>", "createdBy": "<string>", "name": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Organization ID
Organization details
The response is of type object.
object