Generate External Trigger OAuth Client

POST {{baseUrl}}/workflows/:id/external/oauth-clients

Create OAuth client ID, client secret, and callback URL for use in an external trigger. External triggers will need this information to generate an access token to authenticate to the callback URL and submit a trigger payload that will initiate the workflow.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"1a58c03a6bf64dc2876f6988c6e2c7b7","secret":"00cc24a7fe810fe06a7cb38bc168ae104d703c7abb296f9944dc68e69ddb578b","url":"https://tenant.api.identitynow.com/beta/workflows/execute/external/c17bea3a-574d-453c-9e04-4365fbf5af0b"}