A message for our valued customers and partners: This site is retiring, including accounts and API keys, as we migrate to the new developer portal. If you use existing API keys you will be contacted with further migration instructions. Accounts and API keys are not shared between this developer portal and the new developer portal. We recommend you review the new portal's Get Started guide for details on registering a new developer account and requesting new API keys.

Token

post

Token

Retrieve Temporary OAuth Token to use in subsequent API Calls from API Product Consumer Key/Secret

Resource URL

https://test-apis.libertymutual.com /telematics/{env}/token

Header Parameters

Name Values Description
Authorization
(required)

Base 64 encoded API Consumer Key/Secret in formm 'base64Encode(key:secret)'

Content-Type
(required)

application/x-www-form-urlencoded

Body Parameters

Name Values Description
grant_type
(required)

Request Body

Definitions


Name Type Description

grant_type

(required)

string

Retrieve Temporary OAuth Token to use in subsequent API Calls from API Product Consumer Key/Secret

Responses

Code Examples

Try it out !!

client_credentials

env test, stage, or prod environment true

HTTP Basic

OAuth 2.0

API Key

RESET

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Content Type

application/x-www-form-urlencoded

Category

token

Schema:

HTTP Code Description

400

Bad request

403

Client is not permitted to use this operation

500

Internal server error

Working...