Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Route The client key uniquely identifying a client.
  • Response Parameters

    View Response Codes
    Name Type Description
    Accepted Boolean Accepted is true if the client has accepted terms and conditions, and false otherwise.
  • Request Example

    Request URL
    GET /at/v3/tradeFollowers/{ClientKey}/termsandconditions
  • Response Example

    Response body
    {
      "Accepted": true
    }