Refresh User Token
POST /platform/registries/api/v1/users/refresh/:token
Description
Refresh the access token for a user
Headers:
- Content-Type: application/json
- Authorization:
Bearer {{bearer}}
URL: /platform/registries/api/v1/users/refresh/:token
Path Parameters:
:tokenis a variable placeholder, and it represents the current access token that you want to refresh.
/api/v1/users/refresh/:token
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 201
LANGUAGE
CURL REQUEST
curl --request POST \
--url /platform/registries/api/v1/users/refresh/:token \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!