Request Format

BTM support application/json data format for the Content-Type header.

The default value of Content-Type is application/json

POST /request-sample HTTP/1.1
Token: your-API-token-key
private_key: your-privatekey
Content-Type: application/json

{"field1":value1,"field2":value2}

Last updated