/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.

KeyValueExample
User-Agent<company identifier>The exact value here is not important, but it should include something to identify your company
Acceptapplication/json
AuthorizationBearer <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 Soon

Did this page help you?