GET
/
credentials
/
{tenant_id}
curl --request GET \
  --url http://localhost/api/v1/credentials/{tenant_id}
{
  "host": "<string>"
}

Headers

X-API-Key
string | null

Path Parameters

tenant_id
string
required

Response

200
application/json

Successful Response

The response is of type object.