get
/v1/owners/{id}
Returns the Owner record that matches the specified id.
You can also retrieve an Owner record with your partner id by sending a GET' request to '/v1/owners
and including the partner_owner_id
query parameter.
This request should be used to retrieve the ‘trustscore’ and ‘status’ values after either Adding a new Owner or requesting an updated ‘testscore’ for a Owner.
Authorization
bearer
Request Parameters
1 Path Parameter
Responses
OK
Schema
id
integer
Unique id assigned to this Owner by DigiSURE.
4 validations
email
string
Email address.
1 validation
type
string
Type of entity that holds the vehicle title.
2 validations
first_name
string
First or given name.
1 validation
middle_name
string
Middle name.
1 validation
last_name
string
Last or family name.
1 validation
business_name
string
Name of the business.
1 validation
phone
string
10-digit phone number, no special character.
1 validation
partner_owner_id
string
Unique id assigned by your organization.
1 validation
custom_fields
object
Custom parameters as arranged by your organization.
address
object
1 validation
created_at
string
2 validations
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
id
$$.env
1 variable not set
bearer_token