A successful login with return a new token and secret with a lifetime of 2 weeks.

📘

Readme - Escaped Characters

Currently, readme will edit the path param if it has special characters. Unfortunately, this prevents this API from logging in.

Here are some steps to work around this:

  1. Copy the example code into another terminal
  2. Change the escaped character (%40) to @.
  3. Run the code.

This will allow you to log in successfully!

Language
Click Try It! to start a request and see the response here!