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.acefone.co.uk/v1/auth/refresh \
  --header 'accept: application/json' \
  --header 'authorization: Authorization'

Response

Variable NameDescriptionData Type
successRequest success statusBoolean
access_tokenJWT token (requests resources from server) has 1 hour validityString
token_typeType of token generatedString
expires_inTime (in seconds) for which the token is validNumber
Language
Click Try It! to start a request and see the response here!