v1
latestOpenAPI 3.0.02026-07-268955283.0 KBGet credit leads by ID
get/credit-sessions/lead/{id}
Path parameters
idstring required
ID of the credit session
Response
Fetched successfully. The 'raw' field will be included only if the user has admin privileges.
Example response
{
"items": [
{
"firstName": "John",
"lastName": "Doe",
"title": "Mr",
"email": "johndoe@example.com"
}
]
}