cURL
curl --request GET \ --url https://api.pathstack.io/tenant/configuration
{ "data": { "logo_url": "<string>", "configuration": { "providers": [ "mtdata" ], "api_version": "2023-12-25" } } }
This endpoint gets a Tenant.
"2024-03-26"
Authorization token provided by tenancy owner.
Successful Response
The response is of type object.
object