API Overview Estimated reading: 1 minute 81 views The REST API allows developers to interact programmatically with our platform to access and manage resources such as users, messages, and configurations. It follows standard RESTful principles, ensuring a stateless, secure, and scalable design.With the REST API, you can:Send messages Fetch , list and delete messages Fetch , list and delete media messages We have three categories of messaging, which areMarketing Utility AuthenticationWe provide simple messages and template messages. Template messages also support media messages.AuthenticationTo add authentication, you need to register on our platform Pingtochat and log in to your account. Then, create the API key and access token. Click here on Add Token to learn more about creating the token.