Add a new organization
cURL
curl --request POST \ --url https://api.fluxend.app/organizations \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "content": { "createdAt": "<string>", "createdBy": "<string>", "name": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Organization name
The body is of type object.
object
Organization created
The response is of type object.