Lijst
GET / POST /customers
GET Lijst
Scope: <resource>:read
Voorbeeldbash
curl https://api.tooltagger.com/v1/customers \
-H "Authorization: Bearer $TOOLTAGGER_API_KEY"Antwoorden
| Status | Betekenis |
|---|---|
200 | OK |
POST Maak
Scope: <resource>:write
Voorbeeldbash
curl -X POST https://api.tooltagger.com/v1/customers \
-H "Authorization: Bearer $TOOLTAGGER_API_KEY"Antwoorden
| Status | Betekenis |
|---|---|
201 | Created |
