Get https://app.moneygraph.ai/api/v1/invoice/recipient/{recipient_id}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
recipient_id* string
ID of the entity/recipient
{
"message": "Invoice recipient details",
"status": "success",
"data": {
"id": "705c5559-562f-4b8c-b24e-8705912c54fc",
"first_name": "Jon",
"last_name": "Doe",
"email": "[email protected]",
"phone": "+2349051194087",
"created_at": "2025-10-02T09:04:36.000000Z",
"last_updated_at": "2025-10-02T09:04:36.000000Z",
"entity_type": "company",
"company_name": "ABC Test Company",
"mode": "test"
}
}