Authentication

You'll need to authenticate your requests to access any of the endpoints.

Authentication with Bearer Token

Example request with bearer token

curl --location 'https://api.justimagineapi.org/v1/message/:messageId' \
--header 'Authorization: Bearer {token}'

Please don't commit your Protocol password to GitHub!