Guestbook API

RESTful JSON API

Retrieve all signatures

GET /signatures

Create a signature

POST /signatures

Retrieve a specific signature

GET /signatures/{id}

Update a specific signature

PATCH /signatures/{id}

Attaching a JSON body with the possible below fields:

Delete a specific signature

DELETE /signatures/{id}