Skip to main content
GET
/
preapprovals
/
{id}
Retrieve a Pre-Approval
curl --request GET \
  --url https://commerce.driv.ly/api/preapprovals/{id}
{
  "data": {
    "id": "<string>",
    "validUntilTime": "2023-11-07T05:31:56Z",
    "creditBand": "<string>",
    "consumer": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

Pre-Approval is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Pre-Approval Found

data
Pre-Approval · object
success
boolean