Secure Token Service Overview
- Print
- PDF
Secure Token Service Overview
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
This API creates and gets a list of STS.
This API is RESTful API and uses HTTP GET/POST/PUT/DELETE methods.
STS API is only available with the sub account's AccessKey.
Common Setting
API URL
GET or POST or PUT or DELETE
https://sts.apigw.ntruss.com/api/v1
Request headers
Go to Guide for how to generate a Naver Cloud Platform authentication key and signature
Header | Description |
---|---|
x-ncp-apigw-timestamp | This shows the time elapsed since January 1, 1970 00:00:00 UTC. If the time differs from that of the API Gateway server by 5 minutes or more, then the request is considered invalid. x-ncp-apigw-timestamp:{Timestamp} |
x-ncp-iam-access-key | SubAccount Access Key issued in or STS accessKey created in the IAM console.x-ncp-iam-access-key:{Sub Account Access Key or STS Access Key} |
x-ncp-apigw-signature-v2 | This is the signature encrypted Access Key ID value and Secret Key.x-ncp-apigw-signature-v2:{API Gateway Signature} |
Was this article helpful?