Create Access Token
- Print
- PDF
Create Access Token
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /kms/v1/keys/{keyTag}/access-token
Create a new access token.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-ocapi-token | Header(Required) | Refresh Token |
keyTag | Path(Required) | |
accessTokenHours | Body: String | 1 - 17520 (Default = 72). TTL will be 'infinite' if the string "UL" is entered |
Request body example
{
"accessTokenHours": "string"
}
Response
Response body
{
"code": "string",
"data": {
"accessToken": "string"
}
}
Was this article helpful?