/
đ Get onboarding link st...
Sécurité
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/clients/onboarding-link/status
- Production serverhttps://pa.seqino.com/api/clients/onboarding-link/status
curl -i -X GET \
'https://pdp.seqino.dev/api/clients/onboarding-link/status?mandate_id=string' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: client_abc123'Successful Response
Enum:"case_created""in_progress""review_needed""rejected""approved"
Response
{ "company_id": "string", "status": "case_created", "created_at": "2019-08-24T14:15:22Z", "last_updated": "2019-08-24T14:15:22Z", "expires_at": "2019-08-24T14:15:22Z", "kyc_completed": true }