Get flow details

Returns flow details including validation errors and preview URL fetched live from Meta.

Authentication

AuthorizationBearer

API Key in the format mk_live_<43-chars>. Obtain from the Dashboard or POST /auth/api-keys.

Path parameters

idstringRequired
Unique identifier of the flow

Response

Default Response
idstring
Unique identifier of the flow in the Muchaw platform
developerIdstring
ID of the developer who owns this flow
wabaIdstring
WhatsApp Business Account ID this flow belongs to
metaFlowIdstring
Flow ID assigned by Meta
namestring
Flow name
statusenum
Current lifecycle status of the flow
Allowed values:
categorieslist of strings
Flow categories
jsonVersionstring or null
Version of the flow JSON spec
endpointUrlstring or null
HTTPS endpoint URL for data exchange
publicKeyConfiguredboolean
Whether a public key is configured for this flow
validationErrorsany or null
Validation errors from Meta, if any
previewUrlstring or null
Preview URL from Meta for testing the flow
createdAtstring
ISO 8601 datetime when the flow was created
updatedAtstring
ISO 8601 datetime when the flow was last updated

Errors

401
Unauthorized Error
404
Not Found Error