Skip to content

Get KYC application status

GET
/kyc/application
curl --request GET \
--url https://web.exactly.app/api/kyc/application

Get the status of the KYC application

KYC application status

Media typeapplication/json
object
code
required
string
legacy
required
string
status
required
string
reason
required
string
Example
{
"code": "ok",
"legacy": "ok",
"status": "approved",
"reason": ""
}

Bad request

Media typeapplication/json
Any of:
object
code
required
string
legacy
required
string
Example
{
"code": "not started",
"legacy": "not started"
}