GET
/
v1
/
organization.get-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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

organizationId
string
required

Response

200
application/json

Retrieve an organization

The response is of type object.