v1
latestOpenAPI 3.1.02026-07-132363652.9 MBOnboarding
List all registered onboarding providers with their requirements and config
List all registered onboarding providers with their requirements and config
get/api/v1/providers
Response
Success
Example response
{
"success": true,
"data": {
"providers": [
{
"provider": "quidkey",
"dependencies": [
"quidkey"
],
"requirements": [
{
"code": "LEGAL_ENTITY_EXISTS",
"label": "Legal entity attached"
}
]
}
]
}
}