curl --request GET \
--url https://api.anchorbrowser.io/v1/applications/{applicationId}/auth-flows \
--header 'anchor-api-key: <api-key>'{
"auth_flows": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"is_recommended": true,
"methods": [
"<string>"
],
"custom_fields": [
{
"name": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}Retrieves all authentication flows for a specific application.
curl --request GET \
--url https://api.anchorbrowser.io/v1/applications/{applicationId}/auth-flows \
--header 'anchor-api-key: <api-key>'{
"auth_flows": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"is_recommended": true,
"methods": [
"<string>"
],
"custom_fields": [
{
"name": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}Was this page helpful?