cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SERVICENOW_GET_TICKET_BY_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "SERVICENOW_GET_TICKET_BY_ID", "parameters": { "ticketId": "<string>", "ticketType": "incident" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Ticket ID : Specify the sys_id ID of the ticket to fetch. (example: "9d385017c611228701d22104cc95c371")
Ticket Type : Specify the type of the ticket to create.
incident
case
Success
Was this page helpful?