rehive.admin.users.get().then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": false,
- "id_number": "string",
- "birth_date": "2019-08-24",
- "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account": "string",
- "balance": 0,
- "available_balance": 0,
- "company": "string",
- "owner": true,
- "language": "string",
- "nationality": "AF",
- "residency": "AF",
- "gender": "male",
- "title": "mr",
- "marital_status": "single",
- "fathers_name": "string",
- "mothers_name": "string",
- "grandfathers_name": "string",
- "grandmothers_name": "string",
- "central_bank_number": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "timezone": "string",
- "website": "string",
- "business_name": "string",
- "verified": true,
- "verification": {
- "email": true,
- "mobile": true
}, - "status": "obsolete",
- "created": 0,
- "updated": 0,
- "deactivated": false,
- "retention_state": "retaining",
- "archived": false,
- "last_login": 0
}
]
}
}
{- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- "string"
], - "id_number": "string",
- "birth_date": "2019-08-24",
- "language": "string",
- "nationality": "AF",
- "residency": "AF",
- "gender": "male",
- "title": "mr",
- "marital_status": "single",
- "fathers_name": "string",
- "mothers_name": "string",
- "grandfathers_name": "string",
- "grandmothers_name": "string",
- "central_bank_number": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "timezone": "string",
- "website": "string",
- "business_name": "string",
- "deactivated": false,
- "retention_state": "retaining",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": false,
- "id_number": "string",
- "birth_date": "2019-08-24",
- "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account": "string",
- "balance": 0,
- "available_balance": 0,
- "company": "string",
- "owner": true,
- "language": "string",
- "nationality": "AF",
- "residency": "AF",
- "gender": "male",
- "title": "mr",
- "marital_status": "single",
- "fathers_name": "string",
- "mothers_name": "string",
- "grandfathers_name": "string",
- "grandmothers_name": "string",
- "central_bank_number": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "timezone": "string",
- "website": "string",
- "business_name": "string",
- "verified": true,
- "verification": {
- "email": true,
- "mobile": true
}, - "status": "obsolete",
- "created": 0,
- "updated": 0,
- "deactivated": false,
- "retention_state": "retaining",
- "archived": false,
- "last_login": 0,
- "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
}
]
}
}
}
rehive.admin.users.get({"id": userId}) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": false,
- "id_number": "string",
- "birth_date": "2019-08-24",
- "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account": "string",
- "balance": 0,
- "available_balance": 0,
- "company": "string",
- "owner": true,
- "language": "string",
- "nationality": "AF",
- "residency": "AF",
- "gender": "male",
- "title": "mr",
- "marital_status": "single",
- "fathers_name": "string",
- "mothers_name": "string",
- "grandfathers_name": "string",
- "grandmothers_name": "string",
- "central_bank_number": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "timezone": "string",
- "website": "string",
- "business_name": "string",
- "verified": true,
- "verification": {
- "email": true,
- "mobile": true
}, - "status": "obsolete",
- "created": 0,
- "updated": 0,
- "deactivated": false,
- "retention_state": "retaining",
- "archived": false,
- "last_login": 0,
- "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
}
]
}
}
}
{- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- "string"
], - "id_number": "string",
- "birth_date": "2019-08-24",
- "language": "string",
- "nationality": "AF",
- "residency": "AF",
- "gender": "male",
- "title": "mr",
- "marital_status": "single",
- "fathers_name": "string",
- "mothers_name": "string",
- "grandfathers_name": "string",
- "grandmothers_name": "string",
- "central_bank_number": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "timezone": "string",
- "website": "string",
- "business_name": "string",
- "status": "obsolete",
- "deactivated": false,
- "retention_state": "retaining",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": false,
- "id_number": "string",
- "birth_date": "2019-08-24",
- "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account": "string",
- "balance": 0,
- "available_balance": 0,
- "company": "string",
- "owner": true,
- "language": "string",
- "nationality": "AF",
- "residency": "AF",
- "gender": "male",
- "title": "mr",
- "marital_status": "single",
- "fathers_name": "string",
- "mothers_name": "string",
- "grandfathers_name": "string",
- "grandmothers_name": "string",
- "central_bank_number": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "timezone": "string",
- "website": "string",
- "business_name": "string",
- "verified": true,
- "verification": {
- "email": true,
- "mobile": true
}, - "status": "obsolete",
- "created": 0,
- "updated": 0,
- "deactivated": false,
- "retention_state": "retaining",
- "archived": false,
- "last_login": 0,
- "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
}
]
}
}
}
{- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- "string"
], - "id_number": "string",
- "birth_date": "2019-08-24",
- "language": "string",
- "nationality": "AF",
- "residency": "AF",
- "gender": "male",
- "title": "mr",
- "marital_status": "single",
- "fathers_name": "string",
- "mothers_name": "string",
- "grandfathers_name": "string",
- "grandmothers_name": "string",
- "central_bank_number": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "timezone": "string",
- "website": "string",
- "business_name": "string",
- "status": "obsolete",
- "deactivated": false,
- "retention_state": "retaining",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": false,
- "id_number": "string",
- "birth_date": "2019-08-24",
- "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account": "string",
- "balance": 0,
- "available_balance": 0,
- "company": "string",
- "owner": true,
- "language": "string",
- "nationality": "AF",
- "residency": "AF",
- "gender": "male",
- "title": "mr",
- "marital_status": "single",
- "fathers_name": "string",
- "mothers_name": "string",
- "grandfathers_name": "string",
- "grandmothers_name": "string",
- "central_bank_number": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "timezone": "string",
- "website": "string",
- "business_name": "string",
- "verified": true,
- "verification": {
- "email": true,
- "mobile": true
}, - "status": "obsolete",
- "created": 0,
- "updated": 0,
- "deactivated": false,
- "retention_state": "retaining",
- "archived": false,
- "last_login": 0,
- "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
}
]
}
}
}
rehive.admin.users.groups.get( userId ).then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "name": "string",
- "label": "string",
- "description": "string",
- "default": true,
- "public": true,
- "listed": true,
- "permissions": 0,
- "tier": {
- "id": 0,
- "level": -2147483648,
- "name": "string",
- "description": "string",
- "limits": [
- {
- "id": 0,
- "value": 0,
- "type": "max",
- "tx_type": "credit",
- "subtype": "string",
- "account_definition": "string",
- "currency": "string"
}
], - "fees": [
- {
- "id": 0,
- "name": "string",
- "tx_type": "credit",
- "subtype": "string",
- "account_definition": "string",
- "currency": "string",
- "value": 0,
- "percentage": 0,
- "description": "string"
}
], - "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": null,
- "currency": null,
- "account_definition": null
}
]
}, - "archived": true,
- "created": 0,
- "updated": 0
}, - "tiers": [
- {
- "id": 0,
- "level": 0,
- "name": "string",
- "description": "string"
}
], - "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": null,
- "name": null,
- "label": null,
- "tx_type": null
}, - "currency": {
- "code": null,
- "display_code": null,
- "description": null,
- "symbol": null,
- "unit": null,
- "divisibility": null,
- "icon": null
}, - "account_definition": {
- "name": null,
- "label": null
}
}
],
}, - "archived": false,
- "created": 0,
- "updated": 0
}
]
}
}
{- "group": "string"
}
{- "status": "string",
- "data": {
- "name": "string",
- "label": "string",
- "description": "string",
- "default": true,
- "public": true,
- "listed": true,
- "permissions": 0,
- "tier": {
- "id": 0,
- "level": -2147483648,
- "name": "string",
- "description": "string",
- "limits": [
- {
- "id": 0,
- "value": 0,
- "type": "max",
- "tx_type": "credit",
- "subtype": "string",
- "account_definition": "string",
- "currency": "string"
}
], - "fees": [
- {
- "id": 0,
- "name": "string",
- "tx_type": "credit",
- "subtype": "string",
- "account_definition": "string",
- "currency": "string",
- "value": 0,
- "percentage": 0,
- "description": "string"
}
], - "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account_definition": {
- "name": "string",
- "label": "string"
}
}
]
}, - "archived": true,
- "created": 0,
- "updated": 0
}, - "tiers": [
- {
- "id": 0,
- "level": 0,
- "name": "string",
- "description": "string"
}
], - "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account_definition": {
- "name": "string",
- "label": "string"
}
}
],
}, - "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.groups.get( userId, {"name": groupName} ).then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "name": "string",
- "label": "string",
- "description": "string",
- "default": true,
- "public": true,
- "listed": true,
- "permissions": 0,
- "tier": {
- "id": 0,
- "level": -2147483648,
- "name": "string",
- "description": "string",
- "limits": [
- {
- "id": 0,
- "value": 0,
- "type": "max",
- "tx_type": "credit",
- "subtype": "string",
- "account_definition": "string",
- "currency": "string"
}
], - "fees": [
- {
- "id": 0,
- "name": "string",
- "tx_type": "credit",
- "subtype": "string",
- "account_definition": "string",
- "currency": "string",
- "value": 0,
- "percentage": 0,
- "description": "string"
}
], - "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account_definition": {
- "name": "string",
- "label": "string"
}
}
]
}, - "archived": true,
- "created": 0,
- "updated": 0
}, - "tiers": [
- {
- "id": 0,
- "level": 0,
- "name": "string",
- "description": "string"
}
], - "settings": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account_definition": {
- "name": "string",
- "label": "string"
}
}
],
}, - "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.groups.delete(userId, groupName) .then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "type": "system",
- "name": "string",
- "description": "string",
- "versions": [
- {
- "id": 0,
- "version": 0,
- "accepted": true,
- "created": 0,
- "updated": 0
}
], - "archived": false,
- "created": 0,
- "updated": 0
}
]
}
}
{- "status": "string",
- "data": {
- "id": 0,
- "type": "system",
- "name": "string",
- "description": "string",
- "versions": [
- {
- "id": 0,
- "version": 0,
- "accepted": true,
- "created": 0,
- "updated": 0
}
], - "archived": false,
- "created": 0,
- "updated": 0
}
}
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "version": 0,
- "accepted": true,
- "accepted_date": 0,
- "note": "string",
- "content": "string",
- "archived": true,
- "created": 0,
- "updated": 0
}
]
}
}
{- "status": "string",
- "data": {
- "id": 0,
- "version": 0,
- "accepted": true,
- "accepted_date": 0,
- "note": "string",
- "content": "string",
- "archived": true,
- "created": 0,
- "updated": 0
}
}
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "section": "system",
- "level": "info",
- "message": "string",
- "archived": false,
- "author": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "created": 0,
- "updated": 0
}
]
}
}
{- "section": "admin",
- "level": "info",
- "message": "string",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "section": "system",
- "level": "info",
- "message": "string",
- "archived": false,
- "author": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "created": 0,
- "updated": 0
}
}
{- "status": "string",
- "data": {
- "id": 0,
- "section": "system",
- "level": "info",
- "message": "string",
- "archived": false,
- "author": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "created": 0,
- "updated": 0
}
}
rehive.admin.users.permissions.get(userId) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "section": "system",
- "type": "accesscontrolrule",
- "level": "view",
- "properties": {
- "property1": null,
- "property2": null
}
}
]
}
}
{- "permissions": [
- {
- "section": "admin",
- "type": "accesscontrolrule",
- "level": "view",
- "properties": {
- "property1": null,
- "property2": null
}
}
]
}
{- "status": "string",
- "data": {
- "permissions": [
- {
- "id": 0,
- "section": "system",
- "type": "accesscontrolrule",
- "level": "view",
- "properties": {
- "property1": null,
- "property2": null
}
}
]
}
}
rehive.admin.users.permissions.get( userId, {"id": permissionId} ).then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "id": 0,
- "section": "system",
- "type": "accesscontrolrule",
- "level": "view",
- "properties": {
- "property1": null,
- "property2": null
}
}
}
{- "properties": {
- "property1": null,
- "property2": null
}
}
{- "status": "string",
- "data": {
- "id": 0,
- "section": "system",
- "type": "accesscontrolrule",
- "level": "view",
- "properties": {
- "property1": null,
- "property2": null
}
}
}
{- "properties": {
- "property1": null,
- "property2": null
}
}
{- "status": "string",
- "data": {
- "id": 0,
- "section": "system",
- "type": "accesscontrolrule",
- "level": "view",
- "properties": {
- "property1": null,
- "property2": null
}
}
}
rehive.admin.users.permissions.delete( userId, permissionId ).then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
rehive.admin.users.settings.get( userId ).then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
}
]
}
}
{- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": 0,
- "currency": "string"
}
]
}
{- "status": "string",
- "data": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
}
]
}
}
{- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": 0,
- "currency": "string"
}
]
}
{- "status": "string",
- "data": {
- "allow_transactions": true,
- "allow_debit_transactions": true,
- "allow_credit_transactions": true,
- "disallowed_transaction_subtypes": [
- {
- "subtype": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
}
]
}
}
rehive.admin.users.addresses.get().then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "type": "permanent",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "status": "obsolete",
- "archived": false,
- "created": 0,
- "updated": 0
}
]
}
}
{- "type": "permanent",
- "user": "string",
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "status": "obsolete",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "type": "permanent",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "status": "obsolete",
- "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.addresses.get( {"id": addressId} ).then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "id": 0,
- "type": "permanent",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "status": "obsolete",
- "archived": false,
- "created": 0,
- "updated": 0
}
}
{- "type": "permanent",
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "status": "obsolete",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "type": "permanent",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "status": "obsolete",
- "archived": false,
- "created": 0,
- "updated": 0
}
}
{- "type": "permanent",
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "status": "obsolete",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "type": "permanent",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "status": "obsolete",
- "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.addresses.delete( addressId ).then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
rehive.admin.users.bankAccounts.get().then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "name": "string",
- "owner": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "phone_number": "string",
- "email_address": "user@example.com",
- "company_name": "string",
- "ein_tin": "string",
- "address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "cpf_cpnj": "string"
}, - "number": "string",
- "type": "string",
- "beneficiary_type": "individual",
- "clabe": "string",
- "bank_name": "string",
- "bank_code": "string",
- "branch_code": "string",
- "branch_address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "routing_number": "string",
- "swift": "string",
- "iban": "string",
- "bic": "string",
- "code": "string",
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "action": "withdraw",
- "created": 0,
- "updated": 0
}
]
}
}
{- "user": "string",
- "name": "string",
- "owner": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "phone_number": "string",
- "email_address": "user@example.com",
- "company_name": "string",
- "ein_tin": "string",
- "address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "cpf_cpnj": "string"
}, - "number": "string",
- "type": "string",
- "beneficiary_type": "individual",
- "clabe": "string",
- "bank_name": "string",
- "bank_code": "string",
- "branch_code": "string",
- "branch_address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "routing_number": "string",
- "swift": "string",
- "iban": "string",
- "bic": "string",
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "name": "string",
- "owner": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "phone_number": "string",
- "email_address": "user@example.com",
- "company_name": "string",
- "ein_tin": "string",
- "address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "cpf_cpnj": "string"
}, - "number": "string",
- "type": "string",
- "beneficiary_type": "individual",
- "clabe": "string",
- "bank_name": "string",
- "bank_code": "string",
- "branch_code": "string",
- "branch_address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "routing_number": "string",
- "swift": "string",
- "iban": "string",
- "bic": "string",
- "code": "string",
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.bankAccounts.get( {"id": accountId} ).then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "name": "string",
- "owner": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "phone_number": "string",
- "email_address": "user@example.com",
- "company_name": "string",
- "ein_tin": "string",
- "address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "cpf_cpnj": "string"
}, - "number": "string",
- "type": "string",
- "beneficiary_type": "individual",
- "clabe": "string",
- "bank_name": "string",
- "bank_code": "string",
- "branch_code": "string",
- "branch_address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "routing_number": "string",
- "swift": "string",
- "iban": "string",
- "bic": "string",
- "code": "string",
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
{- "name": "string",
- "owner": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "phone_number": "string",
- "email_address": "user@example.com",
- "company_name": "string",
- "ein_tin": "string",
- "address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "cpf_cpnj": "string"
}, - "number": "string",
- "type": "string",
- "beneficiary_type": "individual",
- "clabe": "string",
- "bank_name": "string",
- "bank_code": "string",
- "branch_code": "string",
- "branch_address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "routing_number": "string",
- "swift": "string",
- "iban": "string",
- "bic": "string",
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "name": "string",
- "owner": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "phone_number": "string",
- "email_address": "user@example.com",
- "company_name": "string",
- "ein_tin": "string",
- "address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "cpf_cpnj": "string"
}, - "number": "string",
- "type": "string",
- "beneficiary_type": "individual",
- "clabe": "string",
- "bank_name": "string",
- "bank_code": "string",
- "branch_code": "string",
- "branch_address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "routing_number": "string",
- "swift": "string",
- "iban": "string",
- "bic": "string",
- "code": "string",
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
{- "name": "string",
- "owner": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "phone_number": "string",
- "email_address": "user@example.com",
- "company_name": "string",
- "ein_tin": "string",
- "address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "cpf_cpnj": "string"
}, - "number": "string",
- "type": "string",
- "beneficiary_type": "individual",
- "clabe": "string",
- "bank_name": "string",
- "bank_code": "string",
- "branch_code": "string",
- "branch_address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "routing_number": "string",
- "swift": "string",
- "iban": "string",
- "bic": "string",
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "name": "string",
- "owner": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "phone_number": "string",
- "email_address": "user@example.com",
- "company_name": "string",
- "ein_tin": "string",
- "address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "cpf_cpnj": "string"
}, - "number": "string",
- "type": "string",
- "beneficiary_type": "individual",
- "clabe": "string",
- "bank_name": "string",
- "bank_code": "string",
- "branch_code": "string",
- "branch_address": {
- "line_1": "string",
- "line_2": "string",
- "city": "string",
- "state_province": "string",
- "country": "AF",
- "postal_code": "string",
- "state_code": "string"
}, - "routing_number": "string",
- "swift": "string",
- "iban": "string",
- "bic": "string",
- "code": "string",
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.bankAccounts.delete( accountId ).then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
{- "status": "string",
- "data": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "archived": true
}
]
}
{- "account_currency": "string"
}
{- "status": "string",
- "data": {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "archived": true
}
}
{- "status": "string",
- "data": {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.bankAccounts.currencies.get(accountId) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
]
}
{- "currency": "string"
}
{- "status": "string",
- "data": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.bankAccounts.currencies.get( accountId, {"code": currencyCode) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.bankAccounts.currencies.delete( accountId, currencyCode ).then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
rehive.admin.users.cryptoAccounts.get().then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "address": "string",
- "name": "string",
- "code": "string",
- "crypto_type": "bitcoin",
- "network": "testnet",
- "metadata": {
- "property1": null,
- "property2": null
}, - "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "account_currencies": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
]
}
}
{- "address": "string",
- "name": "string",
- "crypto_type": "bitcoin",
- "network": "testnet",
- "metadata": {
- "property1": null,
- "property2": null
}, - "user": "string",
- "status": "obsolete",
- "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "address": "string",
- "name": "string",
- "code": "string",
- "crypto_type": "bitcoin",
- "network": "testnet",
- "metadata": {
- "property1": null,
- "property2": null
}, - "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "account_currencies": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.cryptoAccounts.get( {"id": cryptoAccountId} ).then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "id": 0,
- "address": "string",
- "name": "string",
- "code": "string",
- "crypto_type": "bitcoin",
- "network": "testnet",
- "metadata": {
- "property1": null,
- "property2": null
}, - "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "account_currencies": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
{- "address": "string",
- "name": "string",
- "crypto_type": "bitcoin",
- "network": "testnet",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "address": "string",
- "name": "string",
- "code": "string",
- "crypto_type": "bitcoin",
- "network": "testnet",
- "metadata": {
- "property1": null,
- "property2": null
}, - "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "account_currencies": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
{- "address": "string",
- "name": "string",
- "crypto_type": "bitcoin",
- "network": "testnet",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "address": "string",
- "name": "string",
- "code": "string",
- "crypto_type": "bitcoin",
- "network": "testnet",
- "metadata": {
- "property1": null,
- "property2": null
}, - "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "account_currencies": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.cryptoAccounts.delete( cryptoAccountId ).then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
{- "status": "string",
- "data": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "archived": true
}
]
}
{- "account_currency": "string"
}
{- "status": "string",
- "data": {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "archived": true
}
}
{- "status": "string",
- "data": {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.cryptoAccounts.currencies.get(cryptoAccountId) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
]
}
{- "currency": "string"
}
{- "status": "string",
- "data": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.cryptoAccounts.currencies.get( cryptoAccountId, {"code": currencyCode) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.cryptoAccounts.currencies.delete( cryptoAccountId, currencyCode ).then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
rehive.admin.users.devices.get()
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "imei": "string",
- "name": "string",
- "apps": [
- {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string"
}
], - "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "created": 0,
- "updated": 0
}
]
}
}
{- "user": "string",
- "imei": "string",
- "name": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "imei": "string",
- "name": "string",
- "apps": [
- {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string"
}
], - "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.devices.obj(device_id).apps.get(app_id)
{- "status": "string",
- "data": {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string",
- "archived": false,
- "created": 0,
- "updated": 0
}
}
{- "name": "string",
- "type": "expo",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string",
- "archived": false,
- "created": 0,
- "updated": 0
}
}
{- "name": "string",
- "type": "expo",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string",
- "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.devices.get(device_id)
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "imei": "string",
- "name": "string",
- "apps": [
- {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string"
}
], - "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "created": 0,
- "updated": 0
}
}
{- "name": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "imei": "string",
- "name": "string",
- "apps": [
- {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string"
}
], - "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "created": 0,
- "updated": 0
}
}
{- "name": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "imei": "string",
- "name": "string",
- "apps": [
- {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string"
}
], - "metadata": {
- "property1": null,
- "property2": null
}, - "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.devices.obj(device_id).apps.get()
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string",
- "archived": false,
- "created": 0,
- "updated": 0
}
]
}
}
{- "name": "string",
- "type": "expo",
- "token": "string",
- "archived": false
}
{- "status": "string",
- "data": {
- "id": 0,
- "name": "string",
- "type": "expo",
- "token": "string",
- "archived": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.documents.get().then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "type": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "note": "string",
- "archived": true,
- "expires": 0,
- "created": 0,
- "updated": 0
}
]
}
}
{- "user": "string",
- "type": 0,
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "note": "string",
- "archived": false,
- "expires": 0
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "type": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "note": "string",
- "archived": true,
- "expires": 0,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.documents.get({"id": documentId) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "type": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "note": "string",
- "archived": true,
- "expires": 0,
- "created": 0,
- "updated": 0
}
}
{- "type": 0,
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "note": "string",
- "archived": false,
- "expires": 0
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "type": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "note": "string",
- "archived": true,
- "expires": 0,
- "created": 0,
- "updated": 0
}
}
{- "type": 0,
- "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "note": "string",
- "archived": false,
- "expires": 0
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "type": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "status": "obsolete",
- "metadata": {
- "property1": null,
- "property2": null
}, - "note": "string",
- "archived": true,
- "expires": 0,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.documents.delete(documentId) .then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
rehive.admin.users.emails.get() .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "email": "user@example.com",
- "primary": true,
- "verified": true,
- "archived": true,
- "temporary": false,
- "created": 0,
- "updated": 0
}
]
}
}
{- "user": "string",
- "email": "user@example.com",
- "primary": true,
- "verified": true
}
{- "status": "string",
- "data": {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "email": "user@example.com",
- "primary": true,
- "verified": true,
- "archived": true,
- "temporary": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.emails.get({"id": emailId}) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "email": "user@example.com",
- "primary": true,
- "verified": true,
- "archived": true,
- "temporary": false,
- "created": 0,
- "updated": 0
}
}
{- "primary": true,
- "verified": true,
- "archived": true
}
{- "status": "string",
- "data": {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "email": "user@example.com",
- "primary": true,
- "verified": true,
- "archived": true,
- "temporary": false,
- "created": 0,
- "updated": 0
}
}
{- "primary": true,
- "verified": true,
- "archived": true
}
{- "status": "string",
- "data": {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "email": "user@example.com",
- "primary": true,
- "verified": true,
- "archived": true,
- "temporary": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.emails.delete(emailId) .then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": "string",
- "type": "totp",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "verified": true
}
]
}
}
{- "status": "string",
- "data": {
- "id": "string",
- "type": "totp",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "verified": true
}
}
rehive.admin.users.mobiles.get() .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "number": "string",
- "primary": true,
- "verified": true,
- "archived": false,
- "temporary": false,
- "created": 0,
- "updated": 0
}
]
}
}
{- "user": "string",
- "number": "string",
- "primary": true,
- "verified": true,
- "archived": false
}
{- "status": "string",
- "data": {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "number": "string",
- "primary": true,
- "verified": true,
- "archived": false,
- "temporary": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.mobiles.get({"id": mobileId}) .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "number": "string",
- "primary": true,
- "verified": true,
- "archived": false,
- "temporary": false,
- "created": 0,
- "updated": 0
}
}
{- "primary": true,
- "verified": true,
- "archived": false
}
{- "status": "string",
- "data": {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "number": "string",
- "primary": true,
- "verified": true,
- "archived": false,
- "temporary": false,
- "created": 0,
- "updated": 0
}
}
{- "primary": true,
- "verified": true,
- "archived": false
}
{- "status": "string",
- "data": {
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "id": 0,
- "number": "string",
- "primary": true,
- "verified": true,
- "archived": false,
- "temporary": false,
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.mobiles.delete(mobileId) .then(function (res) { ... }, function (err) { ... });
{- "status": "string"
}
rehive.admin.users.overview.get() .then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "total": 0,
- "archived": 0,
- "active": 0
}
}
rehive.admin.users.tokens.get()
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "token_key": "string",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "expires": 0,
- "created": 0
}
]
}
}
{- "duration": 0,
- "user": "string"
}
{- "status": "string",
- "data": {
- "token_key": "string",
- "token": "string",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "expires": 0,
- "created": 0
}
}
rehive.admin.users.tokens.get(token_key)
{- "status": "string",
- "data": {
- "token_key": "string",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "expires": 0,
- "created": 0
}
}
{- "expires": 0
}
{- "status": "string",
- "data": {
- "token_key": "string",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "expires": 0,
- "created": 0
}
}
{- "expires": 0
}
{- "status": "string",
- "data": {
- "token_key": "string",
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "expires": 0,
- "created": 0
}
}
rehive.admin.users.wallet_accounts.get()
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "name": "string",
- "code": "string",
- "type": "paypal",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
]
}
}
{- "user": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "name": "string",
- "type": "paypal",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "name": "string",
- "code": "string",
- "type": "paypal",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
rehive.admin.users.wallet_accounts.get(wallet_account_id)
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "name": "string",
- "code": "string",
- "type": "paypal",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
{- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "name": "string",
- "type": "paypal",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "name": "string",
- "code": "string",
- "type": "paypal",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
{- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "name": "string",
- "type": "paypal",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "archived": false,
- "action": "withdraw"
}
{- "status": "string",
- "data": {
- "id": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "name": "string",
- "code": "string",
- "type": "paypal",
- "metadata": {
- "property1": null,
- "property2": null
}, - "status": "obsolete",
- "currencies": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}
], - "archived": false,
- "action": "withdraw",
- "created": 0,
- "updated": 0
}
}
{- "status": "string",
- "data": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "archived": true
}
]
}
{- "account_currency": "string"
}
{- "status": "string",
- "data": {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "archived": true
}
}
{- "status": "string",
- "data": {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "created": 0,
- "updated": 0
}
}
{- "status": "string",
- "data": [
- {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
]
}
{- "currency": "string"
}
{- "status": "string",
- "data": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
}
{- "status": "string",
- "data": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
- "archived": false,
- "created": 0,
- "updated": 0
}
}