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:

https://bizmate.fasttask.net/api/v1

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:

https://bizmate.fasttask.net/api/v1/{endpoint}

Last updated