Secret Keys
Find one Secret Key
Retrieve a Secret Key by its ID
get/secret-keys/{id}
Path parameters
idstring required
Response
OK
Example response
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"id": "skey_2R6lBd1IxNUPqtsQLcJU2PFtyAD",
"active": true,
"maskedValue": "sk_****...a1b2",
"note": "Production backend key",
"permissions": [
"payment:read",
"payment:create"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.