Basic concepts
Authentication
All requests must be authenticated.
In order to make an authenticated request, please include a header containing your token as follows: X-Authorization: YOUR_TOKEN The token is provided to the user associated with the Partner. One user - one token.
To get a test account with an API token - please - contact the dev@oyf.io or contact the sales team.
Permissions
Privileges are an internal mechanism for restricting user actions. The set of privileges is given to the user during account creation and determines the actions that he is allowed to do. In an integration context, you will only encounter privileges when you get a "permission denied" error.
Requests
All requests should be made using the HTTPS protocol so that traffic is encrypted.
When passing parameters in a Post request, parameters must be passed as a form object containing attribute names and values as key-value pairs.
Responses
All the responses will be JSON structures (Except file downloading). The API aim to conform to the Restful concept. All meaningful information is passed in the BODY of response. API only supports GET and Post requests.
Getting the Currency
Response
Last updated