post https://api.acefone.co.uk/v1/auth/refresh
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 Name | Description | Data Type |
---|---|---|
success | Request success status | Boolean |
access_token | JWT token (requests resources from server) has 1 hour validity | String |
token_type | Type of token generated | String |
expires_in | Time (in seconds) for which the token is valid | Number |