Skip to content

Refresh Token

loken edited this page Jan 6, 2016 · 5 revisions

GET: /refresh-token

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": {}
}

Clone this wiki locally