GET Eligibility
Stavvy provides the ability for you to retrieve signing eligibility data within specific jurisdictions. For example, you could determine whether a specific state supports RON or IPEN by passing a state field.
Query Parameters
- state State required
- county County
- city City
Header Parameters
- x-forwarded-for X-Forwarded-For
- Accept Accept
Responses
- 200
- 422
Successfully requested eligibility for property
- application/vnd.stavvy-1.0+json
- Schema
- Example (from schema)
Schema
- eRecordingEligibility object
An enumeration.
- ronEligibility object
An enumeration.
- ipenEligibility object
An enumeration.
{}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
detail object[]
Array [loc object[] required
Array [- anyOf
- MOD1
- MOD2
stringinteger]msg Message requiredtype Error Type required]
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...