Common

Common terms, that are used accross all endpoints

Common for all requests

All requests must comply to following terms.

TermDescription
API KeyA key - the identifyer, that is added to the header of each request in FarPay API
AcceptThe accept term in the header, asks the API to deliver the results in a given format.
Available formats are:
  • application/json
  • application/xml

Header annotation

With the given terms, the following header shows the two values, X-API-KEY and the Accept values.

X-API-KEY: abcdefg1234567
Accept: application/json

Api Key input in swagger

Navigate to swagger GUI https://api.farpay.io/swagger, and input the requested API key

screendump