Policies
Policies and terms of service
Retrieve an organization
curl --request GET \ --url https://api.mobilizehub.com/v1/organization.get-organization \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "createdAt": "<string>", "address": "<string>", "zip": "<string>", "city": "<string>", "country": "<string>", "bio": "<string>", "supportEmail": "<string>" }, "object": "organization" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object