curl --request POST \
--url https://api.yorlet.com/v1/references \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"application": "<string>",
"customer": "<string>",
"type": "customer",
"metadata": {}
}
'{
"id": "<string>",
"created": 123,
"object": "reference",
"application": "<string>",
"automatic_reference": {
"enabled": true,
"last_error": "<string>",
"outcome": "<string>",
"provider_data": {
"advance_rent": {
"affordability": {
"percentage": 123,
"status": "<string>"
},
"credit_score": 123,
"notes": [
{
"created": 123,
"message": "<string>"
}
],
"progress": 123,
"sanctions_passed": true
},
"type": "advance_rent"
},
"provider": "advance_rent",
"status": "<string>"
},
"completed_at": 123,
"customer": "<string>",
"outcome": "accept",
"reference_pdf": "<string>",
"status": "pending",
"type": "customer",
"account": "<string>",
"deleted": false,
"metadata": {}
}curl --request POST \
--url https://api.yorlet.com/v1/references \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"application": "<string>",
"customer": "<string>",
"type": "customer",
"metadata": {}
}
'{
"id": "<string>",
"created": 123,
"object": "reference",
"application": "<string>",
"automatic_reference": {
"enabled": true,
"last_error": "<string>",
"outcome": "<string>",
"provider_data": {
"advance_rent": {
"affordability": {
"percentage": 123,
"status": "<string>"
},
"credit_score": 123,
"notes": [
{
"created": 123,
"message": "<string>"
}
],
"progress": 123,
"sanctions_passed": true
},
"type": "advance_rent"
},
"provider": "advance_rent",
"status": "<string>"
},
"completed_at": 123,
"customer": "<string>",
"outcome": "accept",
"reference_pdf": "<string>",
"status": "pending",
"type": "customer",
"account": "<string>",
"deleted": false,
"metadata": {}
}API Key authentication. Use "Bearer YOUR_API_KEY".
The identifier of the application for the reference. Required is type is customer.
^[a-zA-Z0-9_]+$The identifier of the customer to reference.
^[a-zA-Z0-9_]+$The reference type.
customer Automatic reference settings for this reference.
Show child attributes
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
Show child attributes
Returns the reference object if the request succeeded.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
reference The identifier of the application for the reference.
Automatic reference settings for this reference.
Show child attributes
The timestamp of the reference completion.
The customer for the reference.
The outcome of the reference.
accept, consider, high_risk, null The file of the completed reference PDF.
^[a-zA-Z0-9_]+$The status of the reference.
pending, processing, complete, canceled The reference type.
customer The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.
The metadata for the reference.
Show child attributes
Was this page helpful?