Base URL
The API is accessed using a base URL, which serves as the primary point of entry for all requests. This base URL is consistent across all endpoints, ensuring a standardized access point.
Base URL:
Making Requests:
To interact with specific functionalities of the API, you will append the appropriate endpoint to the base URL.
To make requests to the API, use the following structure:
Last updated