Codefi Token API v1.0
THIS IS A POSTMAN COLLECTION
==> PLEASE CLICK ON THE ORANGE BUTTON AT TOP RIGHT TO DOWNLOAD IT <==
Tutorials
This quick video tutorials present how to go through the "Quick start" section of this API:
- https://consensys.zoom.us/rec/share/NE_CrBRRskBZNMz4yfLtmjdmr-6QWRInPthVySXxnXdwwv67Br39DltiiBBdKCRF.VzNhWxdMPf98qXvw Passcode: @^X$@5&e
API responses
The following convention has been adopted for API responses success codes:
200 - OK
: Standard response for successful HTTP requests.201 - Created
: The request has been fulfilled, resulting in the creation of a new resource.202 - Accepted
: The request has been accepted for processing, but the processing has not been completed. The request might or might not be eventually acted upon, and may be disallowed when processing occurs. [This success code is returned when a transaction has been sent on a blockchain network]
Quick Start
1.Authentication
POSTAs a user1, create an access token
https://codefi.eu.auth0.com/oauth/token
HEADERS
Content-Type
Bodyraw
Loading