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.

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