Generate tokens

{
	"password": "iLoveLoanPr0!",
	"username": "[email protected]"
}

šŸ“˜

Try It Instructions

You'll need to generate a new set of tokens if you revoked them or they expired (they have a 90-day shelf-life). You'll also need to include your password and username in the payload body.

A 200 response will give you a new token and secret. Job well done.
A 401 would indicate that your username or password are incorrect.
A 402, on the other hand, means that you have expired credentials in your header. You can actually just delete them and it should work fine.

Body Params
string
Defaults to iLoveLoanPr0!

Your current password.

string
Defaults to [email protected]

Your username (an email address).

Headers
string
Defaults to application/json
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json