Credentials

You must have a account created on Dashboard (sandbox and production) for obtain a clientID and secret key (see section Organization of your Dashboard).

Each call to our api, must contain a "clientid" and a "secret" in the header of each request.

curl "https://o21c.obvious21.com/api/v1/chains" \
    -X GET \
    -H 'clientid: xxxx-xxxx-xxxx-xxxx' \
    -H 'secret: yyyy-yyyy-yyyy-yyyy'
    -H 'content-type: application/json'

❗️

You should never share or publicly expose your secret key