Instructions for Read, Write, Update, Delete
Enter example data to see the structure of each operation's endpoint and payload.
Read
URL Endpoint:
Method: GET
Headers:
Authorization: Bearer <<YOUR API KEY HERE>>
Write
URL Endpoint:
Method: POST
Headers:
Authorization: Bearer <<YOUR API KEY HERE>>
Payload:
Update
URL Endpoint:
Method: PUT
Headers:
Authorization: Bearer <<YOUR API KEY HERE>>
Payload:
Delete
URL Endpoint:
Method: POST
Headers:
Authorization: Bearer <<YOUR API KEY HERE>>