Get Direct Organization Details
GET {{baseUrl}}/direct/organizations/:customer_id
Fetch information about one specific organization.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
User-Agent | string |
RESPONSES
status: OK
{"organization_id":"a11e6f29-6850-4d8d-b88d-0ae69cec1111","info":{"name":"Sample Sub-Org Name","billing_type":"BILLING_TYPE_CENTRALIZED","merchant_type":"MERCHANT_TYPE_RESTAURANT","point_of_contact":{"email":"name@email.com","phone_details":{"phone_number":"15555555555","country_code":"1","subscriber_number":"5555555555"}},"address":{"street1":"2000 Tustin Ave","street2":"","city":"Irvine","state":"CA","zipcode":"92602","country_iso2":"US"}},"hierarchy_info":{"parent_organization_id":"a11e6f29-6850-4d8d-b88d-0ae69cec1111"}}