GET
/
tenant
curl --request GET \
  --url https://api.pathstack.io/tenant \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "name": "<string>",
    "description": "<string>",
    "logo_url": "<string>",
    "toc_link": "<string>",
    "privacy_link": "<string>",
    "configuration": {
      "providers": [
        "mtdata"
      ],
      "api_version": "2023-12-25"
    },
    "id": "<string>",
    "connection_url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Headers

x-api-version
string
default:2024-03-26
Example:

"2024-03-26"

Response

200
application/json
Successful Response
data
object
required

Successful response payload