Skip to main content

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:

  • :token is a variable placeholder, and it represents the current access token that you want to refresh.
/api/v1/users/refresh/:token

🔑 Authentication bearer

ParamvalueType
tokenbearerTokenstring

Response: 201

LANGUAGE

AUTHORIZATION

Bearer

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!