post https://api.rocket.net/v1/login
Use this route to request an API token that can be used for requests. Token expires in 7 days. Should you get a 401 back, from the API, request a new token.
Log in to see full request history
Responses
Use this route to request an API token that can be used for requests. Token expires in 7 days. Should you get a 401 back, from the API, request a new token.
xxxxxxxxxx
curl --request POST \
--url https://api.rocket.net/v1/login \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: