/1/signin - GET

The /1/signin endpoint provides for the ability to sign in a user for a period of time.

This API is only used for the iFrame customers!

In order to use the iFrame API, a temporary token must be used to authenticate the call. This token is obtained by calling this API with the headers as described below. This token is then used in the iframe calls.

Code Example

curl --location --request GET 'https://api-sandbox.vbmappapp.com/1/signin' \
--header 'X-UserId: 320' \
--header 'Authorization: Bearer **************'

Example Response

{
    "signinToken": "*********************************"
}

Did this page help you?