Overview

The OptiMobile API enables you to add device tokens using a No-SDK integration or send transactional push notifications and in-app messages.

The OptiMobile API is a REST API using JSON for requests and responses, the base URL for the API is https://optimobile-push-service-api-{env}.optimove.net/ where {env} is your Optimove region (EU, US)

All endpoints use HTTP Basic Authentication and can be accessed using either Client or Server credentials which can be requested from your CSM.

Client Credentials: These can be used for endpoints which affect only the device making the request and can be safely distributed in your mobile app or javascript.

Server Credentials: These can be used for any endpoint in the API, and can be used to trigger actions on your push audience. These should be treated as secrets and not shared or distributed beyond your back-end integration with OptiMobile.