Endpoints
Roll endpoint secret
This endpoint expires and re-generates the endpoint secret.
PUT
/
v1
/
projects
/
{projectID}
/
endpoints
/
{endpointID}
/
expire_secret
Authorizations
Authorization
string
headerrequiredPath Parameters
projectID
string
requiredProject ID
endpointID
string
requiredEndpoint ID
Body
application/json
expiration
integer
Amount of time to wait before expiring the old endpoint secret. If AdvancedSignatures is turned on for the project, signatures for both secrets will be generated up until the old signature is expired.
secret
string
New Endpoint secret value.
Response
200 - application/json
message
string
status
boolean
data
object
Was this page helpful?