Appearance
Getting Started
The COD NETWORK API follows the principles of REST and utilizes standard HTTP response codes to facilitate seamless interaction.
API Base URL
https://api.cod.network/
1
Version
v1
1
Remark : This should be concatenated with the baseUrl : <baseUrl>/v1
Authorization
You should also include your API access token
in the Authorization header of the request as follows:
Authorization: Bearer <your access token>
1
To get an access token:
- For the seller platform:
My profile > Api developer > API Token
- For the affiliate platform:
Settings > General settings > API key
Postman collection
If you want to play around with the API, you can check the documentation here.