Introduction
Welcome to the API documentation for Pocket Alert. This document provides a comprehensive overview of the capabilities of our API, ensuring a smooth interaction with our system. Below is the essential information regarding authentication which is a crucial step before making any API requests.
Authentication
Our API supports two types of authentication mechanisms to cater to different use cases and preferences:
1. JWT Token Authentication
You can obtain a JWT (JSON Web Tokens) token through our API authentication method.
To get started with JWT token authentication, make a request to the authorization endpoint as illustrated in the subsequent sections of this documentation.
2. Pre-created Tokens
Alternatively, you may use pre-created tokens for authentication. These tokens can be created and managed through the API Keys section of your account. This method provides a straightforward way to gain access to our API without the need for an additional authorization step.
Please proceed to the next sections to dive deeper into the specifics of our API, including endpoint descriptions, request/response examples, status codes, error messages, and more. Your journey to a seamless integration with our service begins here!
Important Note
When making requests to our API, ensure to include the necessary headers in your request.
You can use any of the authorization types, but we recommend using Tokens, so you can separate access of different services and applications to your data.
