Required parameters
Some parameters are required in all calls to our APIs. Be sure to include all required parameters mentioned in your requests.
HEADER
Parameter | Description | Type | Required |
---|---|---|---|
Tenant | Provider name. To obtain this information, access the documentation: Portal menus. | string | Yes |
Authorization | Authentication token obtained. | string | Yes |
Request example
curl -L ‘<endpoint>’ \
-H ‘Tenant: <tenant>’ \
-H ‘Authorization: Bearer <token>’