GET
/
api
/
org_details
/
{org}
/
Get Organization Details
curl --request GET \
  --url https://{env}.tartanhq.com/api/org_details/{org}/
{
  "id": 1469,
  "application": {
    "app_name": "default_connector_app",
    "app_key": "CELPZEWN",
    "app_secret": "RQUAAMBH"
  },
  "uuid": "82bbbbdb-b64c-47b9-8cb7-1b377b0dd906",
  "org_name": "Himanshu1999 kjytrtyui",
  "org_cin": null,
  "website_url": "",
  "logo_url": "https://tartan-assets.s3.ap-south-1.amazonaws.com/assets/files/tartan-node/Blanklogo.png",
  "email_domain": null,
  "invite_status": "accepted",
  "created_on": "2024-08-16T07:17:13.743Z",
  "modified_on": "2024-08-16T07:17:40.685Z",
  "is_client": true,
  "is_vendor": false,
  "brand_name": null,
  "remote_org_id": null,
  "hrms": null,
  "invited_by": 751,
  "created_by": 978
}

Path Parameters

org
string
required

Unique identifier of the organization.

Response

Organization details retrieved successfully

id
integer
Example:

1469

application
object
uuid
string<uuid>
Example:

"82bbbbdb-b64c-47b9-8cb7-1b377b0dd906"

org_name
string
Example:

"Himanshu1999 kjytrtyui"

org_cin
string | null
Example:

null

website_url
string
Example:

""

logo_url
string<uri>
Example:

"https://tartan-assets.s3.ap-south-1.amazonaws.com/assets/files/tartan-node/Blanklogo.png"

email_domain
string | null
Example:

null

invite_status
string
Example:

"accepted"

created_on
string<date-time>
Example:

"2024-08-16T07:17:13.743Z"

modified_on
string<date-time>
Example:

"2024-08-16T07:17:40.685Z"

is_client
boolean
Example:

true

is_vendor
boolean
Example:

false

brand_name
string | null
Example:

null

remote_org_id
string | null
Example:

null

hrms
string | null
Example:

null

invited_by
integer
Example:

751

created_by
integer
Example:

978