Naar de inhoud

Lijst

GET / POST /customers

GET Lijst

Scope: <resource>:read

Voorbeeldbash
curl https://api.tooltagger.com/v1/customers \
  -H "Authorization: Bearer $TOOLTAGGER_API_KEY"

Antwoorden

StatusBetekenis
200OK

POST Maak

Scope: <resource>:write

Voorbeeldbash
curl -X POST https://api.tooltagger.com/v1/customers \
  -H "Authorization: Bearer $TOOLTAGGER_API_KEY"

Antwoorden

StatusBetekenis
201Created