Authentication
Include an HTTP header named "key" with your API Key to authenticate requests.
You also need to specify a "tenant" header.
Example:
curl -H “key: [apiKey]” -H “tenant: [tenant]” “https://dev.v3manager.com/api/model/customer”
Include an HTTP header named "key" with your API Key to authenticate requests.
You also need to specify a "tenant" header.
Example:
curl -H “key: [apiKey]” -H “tenant: [tenant]” “https://dev.v3manager.com/api/model/customer”