ATS API mock

REST + SOAP mock with the auth schemes ATS supports. Content negotiation via Accept: application/json|application/xml.

Credentials

SchemeValue
Basicatsuser / atspass
Bearerats-bearer-token
API keyheader X-API-Key: ats-api-key-123
OAuth2 (client_credentials)client ats-client / ats-secret-2024POST /oauth/token

REST

GET /rest/public/whoamino auth
GET /rest/basic/whoamiBasic
GET /rest/bearer/whoamiBearer
GET /rest/apikey/whoamiAPI key
POST /oauth/token + GET /rest/oauth/protectedOAuth2
GET|POST|PUT|PATCH|DELETE /rest/products[/:id]CRUD (JSON+XML)
GET /rest/treearbre de 51 nœuds imbriqués (JSON+XML)
ALL /rest/echo, GET /rest/status/:code, /rest/delay/:ms, /rest/errorutilities

SOAP

WSDL: GET /soap?wsdl — CalculatorService: Add / Subtract / Multiply / Divide / GetTree (arbre de 51 nœuds).

GET /reset resets data.