Auth

Get Token

POST
Hit the auth endpoint to get a bearer token

Request

This endpoint expects an object.
client_id
stringRequired
client_secret
stringRequired
audience
string literalRequired
Allowed value: sayari.com
grant_type
string literalRequired
Allowed value: client_credentials

Response

This endpoint returns an object
access_token
string
The bearer token you will pass in to subsequent API calls to authenticate.
expires_in
integer
Tells you how long (in seconds) until your bearer token expires.
token_type
string
Will always be "Bearer"