Job Templates Webhook Key List
get
/api/v2/job_templates/{id}/webhook_key/
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
page: integer
A page number within the paginated result set.
-
page_size: integer
Number of results to return per page.
-
search: string
A search term.
Response
Supported Media Types
- application/json
200 Response
Example Response (application/json)
{
"webhook_key":""
}
403 Response
Example Response (application/json)
{
"detail":"You do not have permission to perform this action."
}