Update
Reload
Working with parameters from either get or post requests.

URL:

https://api.toiletapi.com/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

Example payload at ToiletAPI:

{"status":"{{boolean:status}}","id":"{{int:id}}","message":"{{string:message}}","staticValue":"Still possible"}

GET request example:

?status=true&id=23&message=Test%20Message

POST request example:

{"status":true,"id":23,"message":"Test Message"}

Return payload from ToiletAPI:

{"status":true,"id":23,"message":"Test Message","staticValue":"Still possible"}

Please backup your user id here, it will be used in the future to link all your current requests with your account (future feature). It will also backup your dropdown menu.

Backup Restore