Access Agreements
Retrieve the list of agreements that the trader must sign
Introduction
All users on the system must sign agreements. This GET endpoint enables you to fetch the list of all outstanding agreements that must be signed by the trader.
There are four required parameters that must be provided in the request:
Authorization (header). This is the authorization token from the very first token request. The value of this header must have the following format:
Bearer BQ898r9fefi
(Bearer
+ 1 space + the token).API version (path). Unless necessary, leave it at "1.0".
userID (path). The internal ID of the trader whose agreements are to be retrieved. If the request is sent on behalf of the trader whose authorization token is provided in the second header, simply set this parameter to
@me
.
Here's the final template for this API request:
Response
In response to this API request, you'll receive a JSON file containing the list of the agreements that must be signed.
where:
Common Mistakes
Here are some of the common mistakes that developers make when attempting to retrieve the list of outstanding agreements.
Last updated