Secrets, Secrets

are no fun?

API Methods

GET
/
This page
GET
/all
Returns up to 100 messages as a list
GET
/message/{message-id}?key={key}
Retrieve and decrypt a message
POST
/message/{message-id}?key={key}
Post or overwrite a message and return a different page with the details. Must include a 'message' key in the body with the message as the value - either JSON or URL encoded.

Choose a message ID and encryption key for storing your message.

Post a message

The message is encrypted and stored in the DynamoDB database without the key.

Created by Andrew LaCharite

Source Code on Github