Verizon Connect Token Authorization API

Exchanges Base64-encoded Reveal REST credentials for a short-lived bearer authorization token (valid ~20 minutes) via GET /token. Subsequent API calls send an Atmosphere authorization header combining the Verizon Connect app id and the bearer token. Endpoints modeled from the public Developer Quick Start Guide; full request/response detail is behind the Integration Manager portal.

API entry from apis.yml

apis.yml Raw ↑
aid: verizon-connect:verizon-connect-token-authorization-api
name: Verizon Connect Token Authorization API
tags:
- Authentication
- Token
- OAuth
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://reveal-help.verizonconnect.com/hc/en-us/articles/10933751995539-Developer-portal-overview
baseURL: https://fim.api.us.fleetmatics.com
properties:
- url: https://reveal-help.verizonconnect.com/hc/en-us/sections/5491620930451-API-integrations
  type: Documentation
- url: https://fim.us.fleetmatics.com/apis
  type: APIReference
description: Exchanges Base64-encoded Reveal REST credentials for a short-lived bearer authorization token
  (valid ~20 minutes) via GET /token. Subsequent API calls send an Atmosphere authorization header combining
  the Verizon Connect app id and the bearer token. Endpoints modeled from the public Developer Quick Start
  Guide; full request/response detail is behind the Integration Manager portal.