List registered flow callback endpoints
GET
/api/v4/ai/duo_workflows/flow_callbacks
Lists the flow callback endpoints registered for your organization. Secrets are not returned.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
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