Using the API
- Authenticating to the API.
The authentication to our API is based on the OAuth 2.0 protocol. In order to interact with the Newsletter2Go API you need to authenticate and retrieve an access token that will be sent in every request. This is called a bearer token. We’ll [...]
- What is the Newsletter2Go API and what can it be used for?
The Newsletter2Go API is an application programming interface which enables you to use the Newsletter2Go dispatch system as an external application, i.e. to integrate it into your own application. With the help of the API, you can combine [...]
- Where can I find the Newsletter2Go API documentation?
The current Newsletter2Go API documentation can be [...]
- Refresh Token after Authentication.
If your access_token has expired, we’ll guide you on how to use your refresh_token to get back on track. If you successfully authenticated to the Newsletter2Go API you should have received a bearer token, which must be included in all API [...]