Base URL Setting

Before you start using SainoFirst Platform's API, you should consider reading the API documentations thoroughly. Although, we have kept everything simple for the ease of integration of your application with our platform, but still there are some steps need to be followed to have seamless integration.

Base URL for our platform's APIs

Base URL

Description

https://api.saino.io/api/apis

Use this as base path for all the API endpoints available on SainoFirst Platform.

Authentication Methods

You can use any ONE of the authentication methods from below.

Header Name (or Header Key)

Value

Authorization

YOUR_API_TOKEN

2. Passing API Token in Query Parameter (Deprecated, will be removed in future)

Authentication

Description

Query Parameter Name : token

Every API request URL must add ?token=<YOUR_API_TOKEN> in the URL path.

This is applicable for all HTTP method calls.

IMPORTANT:

Last updated

Was this helpful?