Authentication

Inyo uses API keys to allow access to our APIs. Our servers are restricted by firewall rules and can only be accessed once credentials are generated.

Depending on the type of product being used, Inyo's team will provide a set of different keys: CLIENT_ID and CLIENT_SECRET.

For the Payout product, you must use X-Client-Id and X-Client-Secret in every API request header.

CLIENT_ID and CLIENT_SECRET values should never be used or shared publicly and should be stored properly in an encrypted format.

X-Client-Id: CLIENT_ID X-Client-Secret: CLIENT_SECRET

You will have to use the following URL to access our sandbox: https://api.sandbox.raas.hubcrossborder.com/v2

Use our Postman collection to quickly run through our API endpoint

Last updated