You can support this site from as little as $1 a month on Patreon.

The support pays for site hosting and the expansion of this content.

In addition, Patreon Supporters gain access to exclusive online video training courses and ebooks.

Join Now

How to complete the challenge POST /secret/note (Bearer)

First complete POST /secret/token (201) to obtain an X-AUTH-TOKEN value.

Then send POST /secret/note with a JSON note payload and use the token as a Bearer token in the Authorization header. Do not send the token as X-AUTH-TOKEN for this challenge.

Try it now

If you do not already have an auth token, create one with POST /secret/token. See the solution.

POST /secret/token to create an auth token
POST /secret/note with a Bearer token to update the secret note