List webhook signing secrets for the caller DID. Token values are never returned.
Output
Encoding
application/jsonsecrets
array
Required
No description available.
Errors
AuthenticationRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"secrets"
],
"properties": {
"secrets": {
"type": "array",
"items": {
"ref": "#secretMeta",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "List webhook signing secrets for the caller DID. Token values are never returned."
}