Job Templates Webhook Key List
get
                    /api/v2/job_templates/{id}/webhook_key/
Request
Supported Media Types
                - application/json
Path Parameters
                
                
                
                Query Parameters
                - 
                        page(optional): integer
                        
                        A page number within the paginated result set.
- 
                        page_size(optional): integer
                        
                        Number of results to return per page.
- 
                        search(optional): 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."
}