Credit
Get operator status for an account
Returns the current operator address and list of whitelisted credit receivers.
get/credit/accounts/{account}/operator
Path parameters
accountstring required
User account address
Response
Operator status
Example response
{
"data": {
"operator": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18",
"receivers": [
"0xAbCdEf1234567890AbCdEf1234567890AbCdEf12"
]
}
}