GET
/control-plane/api/v1/v1/organization/{organization_id}/wizard-progress/{documentation_id}
Authentication
API Key (BearerAuth)
Header:
Authorization
Path Parameters
documentation_idstringrequired
Documentation ID
Responses
200
OK
Example:
[
{
"created_at": "string",
"current_step": "string",
"documentation_id": "string",
"documentation_name": "string",
"id": "string",
"organization_id": "string",
"section_id": "string",
"section_name": "string",
"section_type": "string",
"updated_at": "string"
}
]401
Unauthorized
Example:
{
"key": "value"
}500
Internal Server Error
Example:
{
"key": "value"
}