Providers

GET /providers

Retrieve the api modes (official, xhr) and providers for the respective modes

Responses

  • 200 application/json

    Success

    Hide response attributes Show response attributes object
    • mode string Required

      Values are official or xhr.

    • providers array[string] Required

      Values are sandbox, bamboohr, breathe, cezanne, charliehr, deel, deputy, hailyhr, hibob, humaans, iris cascade, moorepay, nmbrs, parolla.ie, payfit, personio.de, planday, sagehr, saplinghr, staffology, xero uk, brain payroll, brightpay connect, employment hero, factorialhr, fourthhr, gusto, itrent, justworks, onpay, oysterhr, paycircle, pento.io, peoplehr, remote.com, sageone, shape payroll, simplepay.ie, quickbooks online, or zoho.

  • 500 application/json

    Server Error

    Hide response attribute Show response attribute object
GET /providers
curl \
 -X GET https://api.affixapi.com/providers
Response examples (200)
[
  {
    "mode": "official",
    "providers": [
      "bamboohr",
      "breathe",
      "cezanne",
      "charliehr",
      "deel",
      "deputy",
      "employment hero",
      "factorialhr",
      "hailyhr",
      "hibob",
      "humaans",
      "iris cascade",
      "moorepay",
      "oysterhr",
      "parolla.ie",
      "payfit",
      "peoplehr",
      "personio.de",
      "planday",
      "remote.com",
      "sagehr",
      "saplinghr",
      "simplepay.ie",
      "staffology",
      "xero uk"
    ]
  },
  {
    "mode": "xhr",
    "providers": [
      "bamboohr",
      "brightpay connect",
      "deel",
      "deputy",
      "employment hero",
      "factorialhr",
      "fourthhr",
      "gusto",
      "hibob",
      "itrent",
      "justworks",
      "moorepay",
      "onpay",
      "oysterhr",
      "parolla.ie",
      "pento.io",
      "peoplehr",
      "personio.de",
      "quickbooks online",
      "remote.com",
      "sageone",
      "shape payroll",
      "simplepay.ie",
      "xero uk",
      "zoho"
    ]
  }
]
Response examples (500)
{
  "message": "string"
}