Logo
Markus Postman Training API Documentation

Learn adoption

Number of APIs: 6


1. Update item

PUT {{url}}/record?id=xyz789



2. Begin learning

GET {{url}}/begin



3. Get customer

GET {{url}}/record?id=xyz789

Retrieve a single customer.

To specify the customer you want to retrieve: * Add a Query parameter named id.

![pic]

[Your website]



4. Add item

POST {{url}}/record



5. Remove item

DELETE {{url}}/record/:id



6. Get list

GET {{url}}/records



ENDPOINTS