Refresh an authorization token

post

/v0/token/refresh

The Data Clearinghouse REST API requires a valid authorization token for each API call. An authorization token is valid for 15 minutes. After 15 minutes you can generate a new token or use this API to refresh the current token.

Request

Header Parameters
  • Contains the authorization information of the current token.
  • An optional header that holds the address of a request for purposes of logging, analytics, and so on.

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

Default Response

Default response.
Body ()
Root Schema : TokenResponse
Type: object
Show Source
Back to Top