GET /organizations

Get user organizations

This endpoint provides a list of Organizations associated with the DTM account.

Cross-Organization Endpoint

The Authorization header for this endpoint does not require an ORG_ID value. Authentication should be sent with an empty string value for ORG_ID in the format :API_KEY.

List user organizations

get

List user organizations

Authorizations
Responses
200
Successful operation
application/json
get
GET /dtm-api/v1/organizations HTTP/1.1
Host: api.getdor.com
Authorization: Basic username:password
Accept: */*
{
  "data": [
    {
      "id": "tm_cjeU8qZT1mSUytd6",
      "name": "Mike's Organization",
      "vertical_type_name": "Other",
      "vertical_name": "Automobile dealers",
      "created_at": "2022-01-01T00:00:00Z"
    }
  ],
  "meta": {}
}

Last updated