Skip to main content
Version: API v2.2.0
Version: 2.2.0

API Gateway v2.2.0

NINJIO API Gateway with enhanced campaign creation workflow

Server Environments

The API is available in multiple environments:

EnvironmentURLDescription
Productionhttps://apigw.goninjio.comProduction server (live data)
Sandboxhttps://apigw.dcoyacloud.netSandbox server (test data)

You can select the appropriate environment by using the corresponding base URL in your API requests.

API Versioning

This API supports versioning through HTTP headers. Include the API version in your requests to ensure compatibility:

HeaderValueDescription
API-Version2.2.0Specifies the API version to use

Example Request with API Version

curl -X GET "https://apigw.goninjio.com/api/api_gateway/customer/campaigns/training/" \
-H "apiKey: YOUR_API_KEY" \
-H "API-Version: 2.2.0" \
-H "Content-Type: application/json"

Note: If no API-Version header is provided, the API will default to the latest stable version (2.1.3).

Authentication

Security Scheme Type:

apiKey

Header parameter name:

apiKey