Providers
Retrieve the api modes (official, xhr) and providers for the respective modes
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"
}