cURL
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>" } }
This endpoint gets a Tenant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"2024-03-27"
Successful Response
The response is of type object.
object