v1
latestOpenAPI 3.0.02026-07-243678114.1 KBPartners
Get Account by Reference
Retrieve details for a specific account using its reference. Fetch detailed information about an account, including its status and associated metadata, using the provided account reference. This endpoint is useful for verifying account existence and retrieving essential details.
get/partners/accounts/{account_ref}
Path parameters
account_refstring required
Your own account reference identifier.
Response
OK
Example response
{
"id": 3758,
"org_id": "2Tpmnmh6GHJXumKN1oBy2u56Ima",
"reference": "operator-1",
"account_type": "CryptoPayIn",
"name": "operator-1",
"currencies": [
"USDC",
"DAI",
"USDT"
],
"enabled": true,
"state": "Ready",
"created_at": "2024-12-27T10:28:18.599Z",
"updated_at": "2024-12-27T10:28:18.599Z",
"provider": "BoomFi"
}