Skip to main content
GET
/
v1
/
organisation
/organisation
curl --request GET \
  --url https://api.tagdeliver.com/v1/organisation \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": 3,
      "name": "DEMO",
      "domain": null,
      "parent_org": null,
      "managed": 0,
      "status": 0,
      "approved": 1,
      "terms_accepted": 1,
      "date_added": "2010-01-01 00:00:00"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
results
object[]
required
success
boolean
required