Delegates endpoint call to be invoked on the list of provided child Tenants

Allows you to perform multiple RESTful calls at once on behalf of your child Tenants' while still using your own credentials.
Your currently signed-in TenantUser's permissions will be used in the proxied calls. Hence if your permissions are insufficient
to make the same call on your main Tenant account, trying to make the same call on behalf of your child Tenant(s) will result in
a 403 HTTP response code.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uri
required
string
enum
required
Allowed:
requests
array of objects
required
length ≥ 1
requests*
uuid
required

Your Child Tenant's ID

queryStringParameters
object

Nested RESTful call query string parameters (optional)

requestBody
object

Nested RESTful call JSON object payload. Forbidden when [GET, DELETE] method is used. Required on other remaining methods.

Responses

401

Id Token or X-API-Key/X-API-Secret is missing or invalid.

403

The server understood the request but refuses to authorize it. In most cases due to insufficient user permissions.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json