v1
latestOpenAPI 3.0.02026-07-268955283.0 KBGet credit requests of a user
get/credit-sessions/converted/user
Query parameters
syncDataboolean
Should sync with salseforce or not
Response
Fetched
Example response
{
"items": [
{
"firstName": "John",
"lastName": "Doe",
"title": "Mr",
"email": "johndoe@example.com"
}
]
}