Get workflow trigger by ID
Fetches a single workflow trigger by resource ID. Requires the WORKFLOW_TRIGGER.VIEW permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
resourceId
The ID of the resource to be requested.
Headers
x-platform-id
Platform ID.
Response
OK
workflow_id
Workflow executed by this trigger.
type
Source of the trigger execution, such as a manual request or a system event.
Allowed values:
object_type
id
customer_id
Customer scope associated with the trigger execution.
invoice
Invoice trigger details for executions that run on an invoice.
payment
Payment trigger details for executions that run on a payment.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error