Refresh a Token

This API allows you to refresh an authetication token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

At its core, Acefone uses JWTs to provide a RESTful access to it's resources. Access tokens can be of unlimited lifetime (contact Acefone support for unlimited access tokens) or short lived (1 hour validity)

In the next section, we'll see how to get a token (JWT) using the API.

Refreshing a Token

Tokens have a lifetime of 60 minutes, after which, you will have to request a refresh token, like in the example below.

curl --request POST \
  --url https://api-account-uk.acefone.com/v1/auth/refresh \
  --header 'accept: application/json' \
  --header 'authorization: Bearer yourtokenhere'
Headers
string
required

Bearer Token

Responses

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