Using the REST API

Using your access token to authenticate requests to the REST API

Finding your access token

Your access token is the only piece of information required to authenticate your requests to the REST API. You can find your access token on the API Credentials page of the online dashboard.

Authenticating API calls

Authenticating REST API calls is done by adding the accessToken query parameter. Just replace YOUR_ACCESS_TOKEN and YOUR_APPLICATION_ID in the example below:

curl -XGET https://management-api.wonderpush.com/v1/installations?accessToken=YOUR_ACCESS_TOKEN