Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Obtaining the Session Token

All VB-Mapp Content Server REST API calls require an authorization token to allow access to the server.  The token can be found on the User page when logged in at http://vbmappdatadata-sandbox.vbmappapp.com.

Formatting the REST Request

...

Panel

curl -X GET \
-H 'Authorization: Token token="c1b297a8e1fda144588ee1f9ce23b23a"' \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-ClientId: 1" \
-H "Accept-Language: en" \

  http://data-sandbox.vbmappapp.com/1/vbmapp/index

...