RCL API Docs
RCL API Docs
Version 1.0
( http://api-dev.rcl.co.id/api/v1/documentation )
IT Team
Red Carpet Logistics
Base URL:
Sandbox: http://api-dev.rcl.co.id/api/v1
Production: http://api.rcl.co.id/api/v1
URL /oauth/access_token
Method POST
Data Body
Params {
"grant_type": [string],
"client_id": [string],
"client_secret": [string],
"scope": [string]
}
Data example
{
"grant_type": "client_credentials",
"client_id": "3pl_abc",
"client_secret": "1q2w3e4r5t6y7u8i9o",
"scope": "3pl"
}
URL /couriers/package/update
Method POST
Data Example
Header
Authorization: Bearer 1Vf9HXgZhXFmfT8izVVsc8OISgiFo3bnqkp4EuNu
Content-Type: application/json