Get a registered flow callback endpoint
GET
/api/v4/ai/duo_workflows/flow_callbacks/{id}
Returns a single registered flow callback endpoint. Secrets are not returned.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer
url
string
name
string
signing_token_set
boolean
token_set
boolean
created_at
string format: date-time
Example
{ "id": 1, "url": "https://autoflow.example.com/duo/callbacks", "name": "AutoFlow", "signing_token_set": true, "token_set": false, "created_at": "2026-07-22T11:37:00Z"}Bad request
Unauthorized
Forbidden
Not found