Skip to content

Get started with Pushwoosh API

In this post we’ll walk you through the initial steps to set up and use the Pushwoosh API effectively. If you’re new to Pushwoosh or haven’t explored the API before, this guide will help you get started on the right track.

Step 1: Sign up for access

To get started with the new Pushwoosh API, you need a Pushwoosh account. Sign up for one if you do not have it yet.

Step 2. Retrieve your API Access Token

The API Access Token is a unique identifier assigned to your Pushwoosh account, allowing you to manage your projects through the API. This token is essential for various actions such as account modifications, sending messages, and editing projects. By default, your Pushwoosh account has an API Access Token for the Pushwoosh Demo App which you can use for experimentation. Learn how to get your API Access token

Step 3. Make your first API request

Once you have your Pushwoosh account and your API Access Token, you’re ready to explore the capabilities of the Pushwoosh API.

To get started, select the relevant API method that aligns with the specific task you intend to accomplish and send your first API request. You can find the full list of API methods available here.

It’s crucial to include the auth parameter in your request by pasting your API Access Token. This authentication process guarantees that your requests are securely authorized and processed by Pushwoosh’s servers.