id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
3c30559e-c984-41f2-8ed2-338178c80c4e/6d774d26-a8e9-483d-bbf8-806691b8525e/1/0 | Dots | Dots Payouts API | null | /api/transactions/add_credit | 403 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/6d774d26-a8e9-483d-bbf8-806691b8525e/2/0 | Dots | Dots Payouts API | null | /api/transactions/add_credit | 400 | null | {"success": true, "message": "Destination user cannot be the same as the user of the api app"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/6d774d26-a8e9-483d-bbf8-806691b8525e/3/0 | Dots | Dots Payouts API | null | /api/transactions/add_credit | 404 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/a9202499-f1bd-421e-8c4d-08a17782dc4f/0/0 | Dots | Dots Payouts API | null | /api/payouts/create_direct_payout | 400 | null | {"success": true, "message": "Please set user venmo using api/users/wallet/add_payout_method"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/a9202499-f1bd-421e-8c4d-08a17782dc4f/1/0 | Dots | Dots Payouts API | null | /api/payouts/create_direct_payout | 403 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/a9202499-f1bd-421e-8c4d-08a17782dc4f/2/0 | Dots | Dots Payouts API | null | /api/payouts/create_direct_payout | 404 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/a9202499-f1bd-421e-8c4d-08a17782dc4f/3/0 | Dots | Dots Payouts API | null | /api/payouts/create_direct_payout | 200 | null | {"success": true, "message": "Invalid Venmo phone number"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string", "description": "Error message if success is false"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/39c70617-f2c9-4fb4-b248-3120b1b30be1/0/0 | Dots | Dots Payouts API | null | /api/app/metrics/transaction/volume | 200 | null | {"success": true, "volume": 100000} | {"type": "object", "properties": {"success": {"type": "boolean"}, "volume": {"type": "number", "description": "Volume in cents"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/80afdca6-66e6-4f56-adec-537598308258/0/0 | Dots | Dots Payouts API | null | /api/payouts/create | 403 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/80afdca6-66e6-4f56-adec-537598308258/1/0 | Dots | Dots Payouts API | null | /api/payouts/create | 404 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/80afdca6-66e6-4f56-adec-537598308258/2/0 | Dots | Dots Payouts API | null | /api/payouts/create | 200 | null | {"success": true, "error_code": 0} | {"type": "object", "properties": {"success": {"type": "boolean"}, "error_code": {"type": "integer", "description": "Error code if success is false"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/80afdca6-66e6-4f56-adec-537598308258/3/0 | Dots | Dots Payouts API | null | /api/payouts/create | 400 | null | {"success": true, "message": "Please set user venmo using api/users/wallet/add_payout_method"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/1ff89f38-c74d-4855-8bd0-98a27ddd1b96/0/0 | Dots | Dots Payouts API | null | /api/payouts/create_payout_link | 200 | null | {"success": true, "payout_link": {"id": "", "link": "", "original_amount": 0, "amount": 0, "status": "created", "api_app_name": "", "payee": {"first_name": "", "last_name": "", "email": "", "country_code": "", "phone_number": ""}}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "payout_link": {"type": "object", "description": "The payout link if success is true", "properties": {"id": {"type": "string", "description": "The id of the payout link", "format": "uuid"}, "link": {"type": "string", "description": "The link to the payou... | |
3c30559e-c984-41f2-8ed2-338178c80c4e/1ff89f38-c74d-4855-8bd0-98a27ddd1b96/1/0 | Dots | Dots Payouts API | null | /api/payouts/create_payout_link | 404 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/1ff89f38-c74d-4855-8bd0-98a27ddd1b96/2/0 | Dots | Dots Payouts API | null | /api/payouts/create_payout_link | 500 | null | {"success": true, "message": "Server could not process this request"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/1ff89f38-c74d-4855-8bd0-98a27ddd1b96/3/0 | Dots | Dots Payouts API | null | /api/payouts/create_payout_link | 400 | null | {"success": true, "message": "Cannot parse or bad format"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}} | |
3c30559e-c984-41f2-8ed2-338178c80c4e/1ff89f38-c74d-4855-8bd0-98a27ddd1b96/4/0 | Dots | Dots Payouts API | null | /api/payouts/create_payout_link | 403 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} | |
5485c52e-7e9c-4322-8210-0236ea23e936/0b21ab37-8f83-46e5-8c0d-05ba64516fef/0/0 | YNAB | YNAB | 0 | getTransactionsByCategory | Returns all transactions for a specified category | 200 | null | {"data": {"transactions": [{"id": "", "date": "", "amount": 0, "memo": "", "cleared": "cleared", "approved": true, "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "transfer_transaction_id": "", "matched_transaction_id": "", "import_id": "", "deleted": true, "type": "... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["transactions"], "properties": {"transactions": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["account_id", "amount", "approved", "cleared", "date", "deleted", "id"], "properties": {"id": {"type": "st... |
5485c52e-7e9c-4322-8210-0236ea23e936/0b21ab37-8f83-46e5-8c0d-05ba64516fef/1/0 | YNAB | YNAB | 0 | getTransactionsByCategory | Returns all transactions for a specified category | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/d363c8f9-42f1-410b-aca1-a6eff347df54/0/0 | YNAB | YNAB | 0 | getTransactionsByPayee | Returns all transactions for a specified payee | 200 | null | {"data": {"transactions": [{"id": "", "date": "", "amount": 0, "memo": "", "cleared": "cleared", "approved": true, "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "transfer_transaction_id": "", "matched_transaction_id": "", "import_id": "", "deleted": true, "type": "... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["transactions"], "properties": {"transactions": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["account_id", "amount", "approved", "cleared", "date", "deleted", "id"], "properties": {"id": {"type": "st... |
5485c52e-7e9c-4322-8210-0236ea23e936/d363c8f9-42f1-410b-aca1-a6eff347df54/1/0 | YNAB | YNAB | 0 | getTransactionsByPayee | Returns all transactions for a specified payee | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/30df9fc7-38db-4bea-ac7c-5403b7155d8e/0/0 | YNAB | YNAB | 0 | updateTransactions | Updates multiple transactions, by id or import_id. | 209 | null | {"data": {"transaction_ids": [], "transaction": {"id": "", "date": "", "amount": 0, "memo": "", "cleared": "cleared", "approved": true, "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "transfer_transaction_id": "", "matched_transaction_id": "", "import_id": "", "dele... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["server_knowledge", "transaction_ids"], "properties": {"transaction_ids": {"type": "array", "description": "The transaction ids that were saved", "items": {"type": "string"}}, "transaction": {"allOf": [{"type": "object", "re... |
5485c52e-7e9c-4322-8210-0236ea23e936/30df9fc7-38db-4bea-ac7c-5403b7155d8e/1/0 | YNAB | YNAB | 0 | updateTransactions | Updates multiple transactions, by id or import_id. | 400 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/ae3b864b-879f-4532-9654-6fcb3749de39/0/0 | YNAB | YNAB | 0 | getTransactionsByAccount | Returns all transactions for a specified account | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/ae3b864b-879f-4532-9654-6fcb3749de39/1/0 | YNAB | YNAB | 0 | getTransactionsByAccount | Returns all transactions for a specified account | 200 | null | {"data": {"transactions": [{"id": "", "date": "", "amount": 0, "memo": "", "cleared": "cleared", "approved": true, "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "transfer_transaction_id": "", "matched_transaction_id": "", "import_id": "", "deleted": true, "account_... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["server_knowledge", "transactions"], "properties": {"transactions": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["account_id", "amount", "approved", "cleared", "date", "deleted", "id"], "properties":... |
5485c52e-7e9c-4322-8210-0236ea23e936/af7720a8-a2f7-490e-b2b7-c0303775f9d3/0/0 | YNAB | YNAB | 0 | updateTransaction | Updates a single transaction | 200 | null | {"data": {"transaction": {"id": "", "date": "", "amount": 0, "memo": "", "cleared": "cleared", "approved": true, "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "transfer_transaction_id": "", "matched_transaction_id": "", "import_id": "", "deleted": true, "account_na... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["transaction"], "properties": {"transaction": {"allOf": [{"type": "object", "required": ["account_id", "amount", "approved", "cleared", "date", "deleted", "id"], "properties": {"id": {"type": "string"}, "date": {"type": "str... |
5485c52e-7e9c-4322-8210-0236ea23e936/af7720a8-a2f7-490e-b2b7-c0303775f9d3/1/0 | YNAB | YNAB | 0 | updateTransaction | Updates a single transaction | 400 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/a604a41c-d1fe-423f-a3a1-2a3faf7621d4/0/0 | YNAB | YNAB | 0 | createTransaction | Creates a single transaction or multiple transactions. If you provide a body containing a transaction object, a single transaction will be created and if you provide a body containing a transactions array, multiple transactions will be created. Scheduled transactions cannot be created on this endpoint. | 409 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/a604a41c-d1fe-423f-a3a1-2a3faf7621d4/1/0 | YNAB | YNAB | 0 | createTransaction | Creates a single transaction or multiple transactions. If you provide a body containing a transaction object, a single transaction will be created and if you provide a body containing a transactions array, multiple transactions will be created. Scheduled transactions cannot be created on this endpoint. | 400 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/a604a41c-d1fe-423f-a3a1-2a3faf7621d4/2/0 | YNAB | YNAB | 0 | createTransaction | Creates a single transaction or multiple transactions. If you provide a body containing a transaction object, a single transaction will be created and if you provide a body containing a transactions array, multiple transactions will be created. Scheduled transactions cannot be created on this endpoint. | 201 | null | {"data": {"transaction_ids": [], "transaction": {"id": "", "date": "", "amount": 0, "memo": "", "cleared": "cleared", "approved": true, "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "transfer_transaction_id": "", "matched_transaction_id": "", "import_id": "", "dele... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["server_knowledge", "transaction_ids"], "properties": {"transaction_ids": {"type": "array", "description": "The transaction ids that were saved", "items": {"type": "string"}}, "transaction": {"allOf": [{"type": "object", "re... |
5485c52e-7e9c-4322-8210-0236ea23e936/b2a8d781-f4e4-4786-a70a-3c964a2cad62/0/0 | YNAB | YNAB | 0 | getTransactions | Returns budget transactions | 200 | null | {"data": {"transactions": [{"id": "", "date": "", "amount": 0, "memo": "", "cleared": "cleared", "approved": true, "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "transfer_transaction_id": "", "matched_transaction_id": "", "import_id": "", "deleted": true, "account_... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["server_knowledge", "transactions"], "properties": {"transactions": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["account_id", "amount", "approved", "cleared", "date", "deleted", "id"], "properties":... |
5485c52e-7e9c-4322-8210-0236ea23e936/b2a8d781-f4e4-4786-a70a-3c964a2cad62/1/0 | YNAB | YNAB | 0 | getTransactions | Returns budget transactions | 400 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/b2a8d781-f4e4-4786-a70a-3c964a2cad62/2/0 | YNAB | YNAB | 0 | getTransactions | Returns budget transactions | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/f651dd0f-bfc1-4bb7-8ffb-b57d99ffd903/0/0 | YNAB | YNAB | 0 | importTransactions | Imports available transactions on all linked accounts for the given budget. Linked accounts allow transactions to be imported directly from a specified financial institution and this endpoint initiates that import. Sending a request to this endpoint is the equivalent of clicking "Import" on each account in the web ap... | 200 | null | {"data": {"transaction_ids": []}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["transaction_ids"], "properties": {"transaction_ids": {"type": "array", "description": "The list of transaction ids that were imported.", "items": {"type": "string"}}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/f651dd0f-bfc1-4bb7-8ffb-b57d99ffd903/1/0 | YNAB | YNAB | 0 | importTransactions | Imports available transactions on all linked accounts for the given budget. Linked accounts allow transactions to be imported directly from a specified financial institution and this endpoint initiates that import. Sending a request to this endpoint is the equivalent of clicking "Import" on each account in the web ap... | 201 | null | {"data": {"transaction_ids": []}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["transaction_ids"], "properties": {"transaction_ids": {"type": "array", "description": "The list of transaction ids that were imported.", "items": {"type": "string"}}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/f651dd0f-bfc1-4bb7-8ffb-b57d99ffd903/2/0 | YNAB | YNAB | 0 | importTransactions | Imports available transactions on all linked accounts for the given budget. Linked accounts allow transactions to be imported directly from a specified financial institution and this endpoint initiates that import. Sending a request to this endpoint is the equivalent of clicking "Import" on each account in the web ap... | 400 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/c1692cce-24ff-482c-b0d7-bf19c9861589/0/0 | YNAB | YNAB | 0 | getTransactionById | Returns a single transaction | 200 | null | {"data": {"transaction": {"id": "", "date": "", "amount": 0, "memo": "", "cleared": "cleared", "approved": true, "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "transfer_transaction_id": "", "matched_transaction_id": "", "import_id": "", "deleted": true, "account_na... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["transaction"], "properties": {"transaction": {"allOf": [{"type": "object", "required": ["account_id", "amount", "approved", "cleared", "date", "deleted", "id"], "properties": {"id": {"type": "string"}, "date": {"type": "str... |
5485c52e-7e9c-4322-8210-0236ea23e936/c1692cce-24ff-482c-b0d7-bf19c9861589/1/0 | YNAB | YNAB | 0 | getTransactionById | Returns a single transaction | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/d8ca1842-2842-43be-9578-2cf76e5bf757/0/0 | YNAB | YNAB | 0 | getCategoryById | Returns a single category. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC). | 200 | null | {"data": {"category": {"id": "", "category_group_id": "", "name": "", "hidden": true, "original_category_group_id": "", "note": "", "budgeted": 0, "activity": 0, "balance": 0, "goal_type": "TB", "goal_creation_month": "", "goal_target": 0, "goal_target_month": "", "goal_percentage_complete": 0, "goal_months_to_budget":... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["category"], "properties": {"category": {"type": "object", "required": ["activity", "balance", "budgeted", "category_group_id", "deleted", "hidden", "id", "name"], "properties": {"id": {"type": "string", "format": "uuid"}, "... |
5485c52e-7e9c-4322-8210-0236ea23e936/d8ca1842-2842-43be-9578-2cf76e5bf757/1/0 | YNAB | YNAB | 0 | getCategoryById | Returns a single category. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC). | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/9d6faf7c-303e-485a-9cef-fe7d0a832e54/0/0 | YNAB | YNAB | 0 | getPayeeLocationsByPayee | Returns all payee locations for a specified payee | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/9d6faf7c-303e-485a-9cef-fe7d0a832e54/1/0 | YNAB | YNAB | 0 | getPayeeLocationsByPayee | Returns all payee locations for a specified payee | 200 | null | {"data": {"payee_locations": [{"id": "", "payee_id": "", "latitude": "", "longitude": "", "deleted": true}]}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["payee_locations"], "properties": {"payee_locations": {"type": "array", "items": {"type": "object", "required": ["deleted", "id", "latitude", "longitude", "payee_id"], "properties": {"id": {"type": "string", "format": "uuid"... |
5485c52e-7e9c-4322-8210-0236ea23e936/39bf7091-d7e4-4df8-9f70-29e3ce23e734/0/0 | YNAB | YNAB | 0 | updateMonthCategory | Update a category for a specific month. Only budgeted amount can be updated. | 400 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/39bf7091-d7e4-4df8-9f70-29e3ce23e734/1/0 | YNAB | YNAB | 0 | updateMonthCategory | Update a category for a specific month. Only budgeted amount can be updated. | 200 | null | {"data": {"category": {"id": "", "category_group_id": "", "name": "", "hidden": true, "original_category_group_id": "", "note": "", "budgeted": 0, "activity": 0, "balance": 0, "goal_type": "TB", "goal_creation_month": "", "goal_target": 0, "goal_target_month": "", "goal_percentage_complete": 0, "goal_months_to_budget":... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["category", "server_knowledge"], "properties": {"category": {"type": "object", "required": ["activity", "balance", "budgeted", "category_group_id", "deleted", "hidden", "id", "name"], "properties": {"id": {"type": "string", ... |
5485c52e-7e9c-4322-8210-0236ea23e936/65be55ab-88a6-4156-a905-8b7b7f26c5fe/0/0 | YNAB | YNAB | 0 | getBudgetById | Returns a single budget with all related entities. This resource is effectively a full budget export. | 200 | null | {"data": {"budget": {"id": "", "name": "", "last_modified_on": "", "first_month": "", "last_month": "", "date_format": {"format": ""}, "currency_format": {"iso_code": "", "example_format": "", "decimal_digits": 0, "decimal_separator": "", "symbol_first": true, "group_separator": "", "currency_symbol": "", "display_symb... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["budget", "server_knowledge"], "properties": {"budget": {"allOf": [{"type": "object", "required": ["id", "name"], "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string"}, "last_modified_on": {"t... |
5485c52e-7e9c-4322-8210-0236ea23e936/65be55ab-88a6-4156-a905-8b7b7f26c5fe/1/0 | YNAB | YNAB | 0 | getBudgetById | Returns a single budget with all related entities. This resource is effectively a full budget export. | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/208f555d-1aa5-412c-af9f-1a85345571a3/0/0 | YNAB | YNAB | 0 | getMonthCategoryById | Returns a single category for a specific budget month. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC). | 200 | null | {"data": {"category": {"id": "", "category_group_id": "", "name": "", "hidden": true, "original_category_group_id": "", "note": "", "budgeted": 0, "activity": 0, "balance": 0, "goal_type": "TB", "goal_creation_month": "", "goal_target": 0, "goal_target_month": "", "goal_percentage_complete": 0, "goal_months_to_budget":... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["category"], "properties": {"category": {"type": "object", "required": ["activity", "balance", "budgeted", "category_group_id", "deleted", "hidden", "id", "name"], "properties": {"id": {"type": "string", "format": "uuid"}, "... |
5485c52e-7e9c-4322-8210-0236ea23e936/208f555d-1aa5-412c-af9f-1a85345571a3/1/0 | YNAB | YNAB | 0 | getMonthCategoryById | Returns a single category for a specific budget month. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC). | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/6ca2cca7-a083-4fba-8c4d-779fe909c744/0/0 | YNAB | YNAB | 0 | getCategories | Returns all categories grouped by category group. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC). | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/6ca2cca7-a083-4fba-8c4d-779fe909c744/1/0 | YNAB | YNAB | 0 | getCategories | Returns all categories grouped by category group. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC). | 200 | null | {"data": {"category_groups": [{"id": "", "name": "", "hidden": true, "deleted": true, "categories": [{"id": "", "category_group_id": "", "name": "", "hidden": true, "original_category_group_id": "", "note": "", "budgeted": 0, "activity": 0, "balance": 0, "goal_type": "TB", "goal_creation_month": "", "goal_target": 0, "... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["category_groups", "server_knowledge"], "properties": {"category_groups": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["deleted", "hidden", "id", "name"], "properties": {"id": {"type": "string", "for... |
5485c52e-7e9c-4322-8210-0236ea23e936/e5307a56-89dd-4a21-bc2f-068ac56aea18/0/0 | YNAB | YNAB | 0 | getPayeeLocationById | Returns a single payee location | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/e5307a56-89dd-4a21-bc2f-068ac56aea18/1/0 | YNAB | YNAB | 0 | getPayeeLocationById | Returns a single payee location | 200 | null | {"data": {"payee_location": {"id": "", "payee_id": "", "latitude": "", "longitude": "", "deleted": true}}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["payee_location"], "properties": {"payee_location": {"type": "object", "required": ["deleted", "id", "latitude", "longitude", "payee_id"], "properties": {"id": {"type": "string", "format": "uuid"}, "payee_id": {"type": "stri... |
5485c52e-7e9c-4322-8210-0236ea23e936/eb0ffd1e-ade3-4de9-bb13-f997a93a0c74/0/0 | YNAB | YNAB | 0 | getBudgetSettingsById | Returns settings for a budget | 200 | null | {"data": {"settings": {"date_format": {"format": ""}, "currency_format": {"iso_code": "", "example_format": "", "decimal_digits": 0, "decimal_separator": "", "symbol_first": true, "group_separator": "", "currency_symbol": "", "display_symbol": true}}}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["settings"], "properties": {"settings": {"type": "object", "required": ["currency_format", "date_format"], "properties": {"date_format": {"type": "object", "required": ["format"], "properties": {"format": {"type": "string"}}... |
5485c52e-7e9c-4322-8210-0236ea23e936/eb0ffd1e-ade3-4de9-bb13-f997a93a0c74/1/0 | YNAB | YNAB | 0 | getBudgetSettingsById | Returns settings for a budget | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/bb232499-631b-47e5-b586-6a6c364b490b/0/0 | YNAB | YNAB | 0 | getBudgets | Returns budgets list with summary information | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/bb232499-631b-47e5-b586-6a6c364b490b/1/0 | YNAB | YNAB | 0 | getBudgets | Returns budgets list with summary information | 200 | null | {"data": {"budgets": [{"id": "", "name": "", "last_modified_on": "", "first_month": "", "last_month": "", "date_format": {"format": ""}, "currency_format": {"iso_code": "", "example_format": "", "decimal_digits": 0, "decimal_separator": "", "symbol_first": true, "group_separator": "", "currency_symbol": "", "display_sy... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["budgets"], "properties": {"budgets": {"type": "array", "items": {"type": "object", "required": ["id", "name"], "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string"}, "last_modified_on": {"typ... |
5485c52e-7e9c-4322-8210-0236ea23e936/ab9f500c-585e-4af3-b2fa-12fbadf5ad4e/0/0 | YNAB | YNAB | 0 | getPayeeLocations | Returns all payee locations | 200 | null | {"data": {"payee_locations": [{"id": "", "payee_id": "", "latitude": "", "longitude": "", "deleted": true}]}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["payee_locations"], "properties": {"payee_locations": {"type": "array", "items": {"type": "object", "required": ["deleted", "id", "latitude", "longitude", "payee_id"], "properties": {"id": {"type": "string", "format": "uuid"... |
5485c52e-7e9c-4322-8210-0236ea23e936/ab9f500c-585e-4af3-b2fa-12fbadf5ad4e/1/0 | YNAB | YNAB | 0 | getPayeeLocations | Returns all payee locations | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/e53d7337-1089-4a10-bcc0-d92742b87da7/0/0 | YNAB | YNAB | 0 | getBudgetMonths | Returns all budget months | 200 | null | {"data": {"months": [{"month": "", "note": "", "income": 0, "budgeted": 0, "activity": 0, "to_be_budgeted": 0, "age_of_money": 0, "deleted": true}], "server_knowledge": 0}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["months", "server_knowledge"], "properties": {"months": {"type": "array", "items": {"type": "object", "required": ["activity", "budgeted", "deleted", "income", "month", "to_be_budgeted"], "properties": {"month": {"type": "st... |
5485c52e-7e9c-4322-8210-0236ea23e936/e53d7337-1089-4a10-bcc0-d92742b87da7/1/0 | YNAB | YNAB | 0 | getBudgetMonths | Returns all budget months | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/9d504c11-8154-448c-835b-eb8a219744c3/0/0 | YNAB | YNAB | 0 | getBudgetMonth | Returns a single budget month | 200 | null | {"data": {"month": {"month": "", "note": "", "income": 0, "budgeted": 0, "activity": 0, "to_be_budgeted": 0, "age_of_money": 0, "deleted": true, "categories": [{"id": "", "category_group_id": "", "name": "", "hidden": true, "original_category_group_id": "", "note": "", "budgeted": 0, "activity": 0, "balance": 0, "goal_... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["month"], "properties": {"month": {"allOf": [{"type": "object", "required": ["activity", "budgeted", "deleted", "income", "month", "to_be_budgeted"], "properties": {"month": {"type": "string", "format": "date"}, "note": {"ty... |
5485c52e-7e9c-4322-8210-0236ea23e936/9d504c11-8154-448c-835b-eb8a219744c3/1/0 | YNAB | YNAB | 0 | getBudgetMonth | Returns a single budget month | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/f30961f9-3fa2-44b1-a841-2aa31b825f99/0/0 | YNAB | YNAB | 0 | getPayeeById | Returns a single payee | 200 | null | {"data": {"payee": {"id": "", "name": "", "transfer_account_id": "", "deleted": true}}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["payee"], "properties": {"payee": {"type": "object", "required": ["deleted", "id", "name"], "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string"}, "transfer_account_id": {"type": "string", "de... |
5485c52e-7e9c-4322-8210-0236ea23e936/f30961f9-3fa2-44b1-a841-2aa31b825f99/1/0 | YNAB | YNAB | 0 | getPayeeById | Returns a single payee | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/2592dc13-5937-4b6a-befb-45912e66a829/0/0 | YNAB | YNAB | 0 | bulkCreateTransactions | Creates multiple transactions. Although this endpoint is still supported, it is recommended to use 'POST /budgets/{budget_id}/transactions' to create multiple transactions. | 400 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/2592dc13-5937-4b6a-befb-45912e66a829/1/0 | YNAB | YNAB | 0 | bulkCreateTransactions | Creates multiple transactions. Although this endpoint is still supported, it is recommended to use 'POST /budgets/{budget_id}/transactions' to create multiple transactions. | 201 | null | {"data": {"bulk": {"transaction_ids": [], "duplicate_import_ids": []}}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["bulk"], "properties": {"bulk": {"type": "object", "required": ["duplicate_import_ids", "transaction_ids"], "properties": {"transaction_ids": {"type": "array", "description": "The list of Transaction ids that were created.",... |
5485c52e-7e9c-4322-8210-0236ea23e936/37e59505-234f-4dc8-980d-18c8f366de79/0/0 | YNAB | YNAB | 0 | getUser | Returns authenticated user information | 200 | null | {"data": {"user": {"id": ""}}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["user"], "properties": {"user": {"type": "object", "required": ["id"], "properties": {"id": {"type": "string", "format": "uuid"}}}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/f04b6379-f62f-4b2e-b47b-36c7ab02a187/0/0 | YNAB | YNAB | 0 | getAccountById | Returns a single account | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/f04b6379-f62f-4b2e-b47b-36c7ab02a187/1/0 | YNAB | YNAB | 0 | getAccountById | Returns a single account | 200 | null | {"data": {"account": {"id": "", "name": "", "type": "checking", "on_budget": true, "closed": true, "note": "", "balance": 0, "cleared_balance": 0, "uncleared_balance": 0, "transfer_payee_id": "", "deleted": true}}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["account"], "properties": {"account": {"type": "object", "required": ["balance", "cleared_balance", "closed", "deleted", "id", "name", "on_budget", "transfer_payee_id", "type", "uncleared_balance"], "properties": {"id": {"ty... |
5485c52e-7e9c-4322-8210-0236ea23e936/71151d62-5651-4848-9650-bb86308885c2/0/0 | YNAB | YNAB | 0 | getAccounts | Returns all accounts | 200 | null | {"data": {"accounts": [{"id": "", "name": "", "type": "checking", "on_budget": true, "closed": true, "note": "", "balance": 0, "cleared_balance": 0, "uncleared_balance": 0, "transfer_payee_id": "", "deleted": true}], "server_knowledge": 0}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["accounts", "server_knowledge"], "properties": {"accounts": {"type": "array", "items": {"type": "object", "required": ["balance", "cleared_balance", "closed", "deleted", "id", "name", "on_budget", "transfer_payee_id", "type"... |
5485c52e-7e9c-4322-8210-0236ea23e936/71151d62-5651-4848-9650-bb86308885c2/1/0 | YNAB | YNAB | 0 | getAccounts | Returns all accounts | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/378c36cb-eea1-4b52-806b-4525b12c4b38/0/0 | YNAB | YNAB | 0 | createAccount | Creates a new account | 201 | null | {"data": {"account": {"id": "", "name": "", "type": "checking", "on_budget": true, "closed": true, "note": "", "balance": 0, "cleared_balance": 0, "uncleared_balance": 0, "transfer_payee_id": "", "deleted": true}}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["account"], "properties": {"account": {"type": "object", "required": ["balance", "cleared_balance", "closed", "deleted", "id", "name", "on_budget", "transfer_payee_id", "type", "uncleared_balance"], "properties": {"id": {"ty... |
5485c52e-7e9c-4322-8210-0236ea23e936/378c36cb-eea1-4b52-806b-4525b12c4b38/1/0 | YNAB | YNAB | 0 | createAccount | Creates a new account | 400 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/0f0a56f3-cccc-4cb8-a9b4-d1f24ff849e2/0/0 | YNAB | YNAB | 0 | getPayees | Returns all payees | 200 | null | {"data": {"payees": [{"id": "", "name": "", "transfer_account_id": "", "deleted": true}], "server_knowledge": 0}} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["payees", "server_knowledge"], "properties": {"payees": {"type": "array", "items": {"type": "object", "required": ["deleted", "id", "name"], "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string... |
5485c52e-7e9c-4322-8210-0236ea23e936/0f0a56f3-cccc-4cb8-a9b4-d1f24ff849e2/1/0 | YNAB | YNAB | 0 | getPayees | Returns all payees | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/c8eb6e6f-f944-47cb-9ca3-803edcbfbd04/0/0 | YNAB | YNAB | 0 | getScheduledTransactionById | Returns a single scheduled transaction | 200 | null | {"data": {"scheduled_transaction": {"id": "", "date_first": "", "date_next": "", "frequency": "never", "amount": 0, "memo": "", "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "deleted": true, "account_name": "", "payee_name": "", "category_name": "", "subtransaction... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["scheduled_transaction"], "properties": {"scheduled_transaction": {"allOf": [{"type": "object", "required": ["account_id", "amount", "date_first", "date_next", "deleted", "frequency", "id"], "properties": {"id": {"type": "st... |
5485c52e-7e9c-4322-8210-0236ea23e936/c8eb6e6f-f944-47cb-9ca3-803edcbfbd04/1/0 | YNAB | YNAB | 0 | getScheduledTransactionById | Returns a single scheduled transaction | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/12983763-cfaf-4bf6-93e4-86053c0276f1/0/0 | YNAB | YNAB | 0 | getScheduledTransactions | Returns all scheduled transactions | 404 | null | {"error": {"id": "", "name": "", "detail": ""}} | {"type": "object", "required": ["error"], "properties": {"error": {"type": "object", "required": ["detail", "id", "name"], "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}}}}} |
5485c52e-7e9c-4322-8210-0236ea23e936/12983763-cfaf-4bf6-93e4-86053c0276f1/1/0 | YNAB | YNAB | 0 | getScheduledTransactions | Returns all scheduled transactions | 200 | null | {"data": {"scheduled_transactions": [{"id": "", "date_first": "", "date_next": "", "frequency": "never", "amount": 0, "memo": "", "flag_color": "red", "account_id": "", "payee_id": "", "category_id": "", "transfer_account_id": "", "deleted": true, "account_name": "", "payee_name": "", "category_name": "", "subtransacti... | {"type": "object", "required": ["data"], "properties": {"data": {"type": "object", "required": ["scheduled_transactions", "server_knowledge"], "properties": {"scheduled_transactions": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["account_id", "amount", "date_first", "date_next", "deleted", "fre... |
e25b5387-d7af-4c9d-9b9b-a3248d5d594f/be2d584e-470c-4ccb-9375-9d8e0088b429/0/0 | Flutterwave | Flutterwave FLW-V3 | null | VIRTUAL CARDS | Create virtual card | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
2c96bab4-e208-4998-9b7d-ab14760aa5d9/82ed0efb-8591-4b37-835f-2844b7cafc31/0/0 | Chinese IDCard Identify | No burping!
Refresh on the second day | null | basic | Identify Chinese IDCard | 200 | Success | {"code": 0, "data": "\u8ba4\u8bc1\u6210\u529f\uff01"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "string"}}, "required": ["code", "data"]} |
2c96bab4-e208-4998-9b7d-ab14760aa5d9/82ed0efb-8591-4b37-835f-2844b7cafc31/0/1 | Chinese IDCard Identify | No burping!
Refresh on the second day | null | basic | Identify Chinese IDCard | 200 | Mismatch | {"code": 1, "message": "\u8ba4\u8bc1\u5931\u8d25\uff01\u8eab\u4efd\u4fe1\u606f\u65e0\u6548"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]} |
31ebef81-2a4e-4a27-be4e-50760917de70/ed89ff4c-4ad6-40be-ab4a-1edeca9bb8c1/0/0 | EPC QR Code | Generate EPC QR Codes to use it on your invoices and payment requests. | null | generateEpcQrCode | Generate EPC QR Codes to use it on your invoices and payment requests. | 406 | Example_1 | {"messages": []} | {"required": ["messages"], "type": "object", "properties": {"messages": {"description": "A list of error messages", "type": "array", "items": {"type": "string"}}}} |
31ebef81-2a4e-4a27-be4e-50760917de70/ed89ff4c-4ad6-40be-ab4a-1edeca9bb8c1/1/0 | EPC QR Code | Generate EPC QR Codes to use it on your invoices and payment requests. | null | generateEpcQrCode | Generate EPC QR Codes to use it on your invoices and payment requests. | 503 | Example_1 | {"messages": []} | {"required": ["messages"], "type": "object", "properties": {"messages": {"description": "A list of error messages", "type": "array", "items": {"type": "string"}}}} |
31ebef81-2a4e-4a27-be4e-50760917de70/ed89ff4c-4ad6-40be-ab4a-1edeca9bb8c1/2/0 | EPC QR Code | Generate EPC QR Codes to use it on your invoices and payment requests. | null | generateEpcQrCode | Generate EPC QR Codes to use it on your invoices and payment requests. | 403 | Example_1 | {"messages": []} | {"required": ["messages"], "type": "object", "properties": {"messages": {"description": "A list of error messages", "type": "array", "items": {"type": "string"}}}} |
31ebef81-2a4e-4a27-be4e-50760917de70/ed89ff4c-4ad6-40be-ab4a-1edeca9bb8c1/4/0 | EPC QR Code | Generate EPC QR Codes to use it on your invoices and payment requests. | null | generateEpcQrCode | Generate EPC QR Codes to use it on your invoices and payment requests. | 500 | Example_1 | {"messages": []} | {"required": ["messages"], "type": "object", "properties": {"messages": {"description": "A list of error messages", "type": "array", "items": {"type": "string"}}}} |
31ebef81-2a4e-4a27-be4e-50760917de70/ed89ff4c-4ad6-40be-ab4a-1edeca9bb8c1/5/0 | EPC QR Code | Generate EPC QR Codes to use it on your invoices and payment requests. | null | generateEpcQrCode | Generate EPC QR Codes to use it on your invoices and payment requests. | 402 | Example_1 | {"messages": []} | {"required": ["messages"], "type": "object", "properties": {"messages": {"description": "A list of error messages", "type": "array", "items": {"type": "string"}}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/2b7ae402-af22-43ef-84c0-f88257eec8fe/0/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetTransactionsByAccount | To get transactions by account. | 500 | Example_1 | {"message": "in exercitation non", "generated_on": "1972-09-24T11:22:30.054Z", "data": "in", "api_version": "enim sit", "success": true} | {"type": "object", "properties": {"message": {"type": "string", "description": "", "default": "in exercitation non"}, "generated_on": {"type": "string", "description": "", "default": "1972-09-24T11:22:30.054Z"}, "data": {"type": "string", "description": "", "default": "in"}, "api_version": {"type": "string", "descripti... |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/2b7ae402-af22-43ef-84c0-f88257eec8fe/1/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetTransactionsByAccount | To get transactions by account. | 200 | Example_1 | {"message": "Transactions retrieved successfully.", "generated_on": "2022-10-02T14:15:42.3201271+00:00", "data": [{"transactionId": "ee25e6ff-2ef5-441c-8efa-70f8fcad8458", "transactionSerial": 405508847, "transactionReference": "10201028273532320132012", "amount": 1500, "fee": 10, "creditedAccount": "5050189006", "debi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "generated_on": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"transactionId": {"type": "string"}, "transactionSerial": {"type": "integer"}, "transactionReference": {"... |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/2b7ae402-af22-43ef-84c0-f88257eec8fe/2/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetTransactionsByAccount | To get transactions by account. | 403 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/2b7ae402-af22-43ef-84c0-f88257eec8fe/3/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetTransactionsByAccount | To get transactions by account. | 404 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/2b7ae402-af22-43ef-84c0-f88257eec8fe/4/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetTransactionsByAccount | To get transactions by account. | 406 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/2b7ae402-af22-43ef-84c0-f88257eec8fe/5/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetTransactionsByAccount | To get transactions by account. | 415 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/2b7ae402-af22-43ef-84c0-f88257eec8fe/6/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetTransactionsByAccount | To get transactions by account. | 429 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/2b7ae402-af22-43ef-84c0-f88257eec8fe/7/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetTransactionsByAccount | To get transactions by account. | 401 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/6ddf3655-b4e6-4b8f-985b-c14b5834c808/0/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetByAccountNumber | To get a virtual account by account number. | 404 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/6ddf3655-b4e6-4b8f-985b-c14b5834c808/1/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetByAccountNumber | To get a virtual account by account number. | 500 | Example_1 | {"message": "in exercitation non", "generated_on": "1972-09-24T11:22:30.054Z", "data": "in", "api_version": "enim sit", "success": true} | {"type": "object", "properties": {"message": {"type": "string", "description": "", "default": "in exercitation non"}, "generated_on": {"type": "string", "description": "", "default": "1972-09-24T11:22:30.054Z"}, "data": {"type": "string", "description": "", "default": "in"}, "api_version": {"type": "string", "descripti... |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/6ddf3655-b4e6-4b8f-985b-c14b5834c808/2/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetByAccountNumber | To get a virtual account by account number. | 403 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/6ddf3655-b4e6-4b8f-985b-c14b5834c808/3/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetByAccountNumber | To get a virtual account by account number. | 406 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
af71f4b1-9a34-465a-a1c7-0a346e0cf8e6/6ddf3655-b4e6-4b8f-985b-c14b5834c808/4/0 | Virtual Accounts API | Use this API to create virtual accounts, manage them, create financial transations, create transaction channels (payment provider). | 0.3 | GetByAccountNumber | To get a virtual account by account number. | 401 | Example_1 | {"error": "qui"} | {"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "qui"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.