callback-configuration
Get callback configuration
The endpoint receives as path param project id. If the project exists, the details of the callback configuration are returned.
get/v1/projects/{projectId}/callback-configuration
Path parameters
projectIdstring required
Customer's project id
Response
OK
Example response
{
"hmacSecret": "d1c7ccbf-919d-462f-8587-dec95a1b11ee"
}