Retrieves a list of all available Multipass Service. This API lets the user know what flows are available for any flow specific operation.
Response
status: Indicates the outcome of the request (for example"OK").flowIds: An array of strings, where each string represents a uniqueflowIdcorresponding to a flow definition stored in the Multipass system
This response enables clients to determine which flows are available for retrieval, execution, update, or deletion.
Response Body Properties
| Property | Type | Description |
|---|---|---|
| status | string |
Represents the outcome of the operation. Common
values include |
| flowIds | array |
An array of strings that lists all the flow identifiers available or registered within the system for the user. |
Response examples
Example status code responses for this method are shown here:
{
"status": "OK",
"flowIds": [
"default_flow",
"customer_validation_flow",
"address_standardization_flow"
]
}
{
"id": "0049c2dbb58b8393e8bced346fd8d660",
"errors": [
{
"code": "DIS-1001",
"detail": "Unauthorized"
}
]
}
{
"id": "f287c3b95d11f9ff28472ccc9ff38929",
"errors": [
{
"code": "DIS-1005",
"detail": "Rate limit exceeded"
}
]
}
{
"id": "f287c3b95d11f9ff28472ccc9ff38929",
"errors": [
{
"code": "DIS-1003",
"detail": "Issue with internal services. Please try again after sometime"
}
]
}
{
"id": "29839eb5a3d5be926bcd789fb3d71585",
"errors": [
{
"code": "DIS-1003",
"detail": "Issue with internal services. Please try again after sometime"
}
]
}