Getting Started With The API
Step by Step Guide
The Life Platform API uses OAuth 2.0 with client credentials flow. Internal PulsePoint team members can generate API credentials for users through the admin interface, providing secure access tied to specific user permissions and advertiser accounts.
Step | Description | Notes |
|---|---|---|
1 | Create A PulsePoint Account | To create an account, you need to provide your name, email address, phone number, company name and address, and other information to your Account Manager. If you do not have one assigned, please send an email to |
2 | Request API Client ID and Secret | Your account manager will be able to provide these elements to you. These are tied to a user. Once your secret is shared, your account manager will not be able to retrieve it again for security reasons, so please save it in a safe place. Note: We recommend you request a new API specific user that is a shared user so that any changes in company personnel do not affect your API integration. |
3 | Use Your API Credentials to Generate a Bearer Token | Check out the API reference where you can test your auth credentials and make your first call to the PulsePoint API. Your token expires 100 minutes after it is created and you will need to use the refresh token endpoint if you are still executing calls past 100 minutes. |
4 | Use the Bearer Token and Your Life Username and Password to start making API calls! | The platform supports REST calls and will return standardized response and errors. Read more about it in the rest of this guide! |
BASE URL: https://lifeapi.pulsepoint.com/RestApi/
Updated about 1 month ago
