-
Notifications
You must be signed in to change notification settings - Fork 2
Refresh Token
loken edited this page Jan 6, 2016
·
5 revisions
Summary
Authenticate with a valid JWTto get a new token to use with all other endpoints.
Parameters
HTTP Header Authorization in the standard format:
Authorization: ggfehghxjjdh81dogwrzkvh7bdtef6h919e0g4dq
Returned JSON
{
"statusCode": 200
"data": {
"token": "gsdfhjgferteehgsdfsdfyughjhxjjdh81sfdfsg4"
},
"meta": {}
}