/1/ Users - GET
Overview
The /1/users endpoint provides for all users apart of your reseller
Beta API
NOTE: This API is currently in beta and applies only to the 'iFrame' API customers.
| Key | Value | Example |
|---|---|---|
| User-Agent | <company identifier> | The exact value here is not important, but it should include something to identify your company |
| Accept | application/json | |
| Authorization | Bearer <your token> | Bearer 12312323 |
Code Example
curl --location 'https://api-sandbox.vbmappapp.com/1/users' \
--header 'User-Agent: dmtd-rest-api' \
--header 'Authorization: Bearer YOUR TOKEN ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'Example Response
Coming SoonUpdated about 1 year ago
Did this page help you?