GET /organizations
Get user organizations
This endpoint provides a list of Organizations associated with the DTM account.
Last updated
Get user organizations
This endpoint provides a list of Organizations associated with the DTM account.
Last updated
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": {}
}