Method: refreshWazeAccessToken

Stay organized with collections Save and categorize content based on your preferences.

Use an existing token (provided in a header) to generate a new Waze access token.

HTTP request

POST https://ads.wazeapis.com/v1/refreshWazeAccessToken

The URL uses gRPC Transcoding syntax.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "wazeAccessToken": string
}
Fields
wazeAccessToken

string

JSON Web Token that you must supply as a Bearer token (with the prefix Bearer added) in an Authorization header to access all other API services. See example queries in the developer documentation. The token is valid for one hour.