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 |
|---|---|---|---|---|---|---|---|---|---|
7eaa3365-9486-4a24-9af1-bdba5325b13d/e829bd87-54c0-468f-ae03-12a97f423e86/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_entity_user_userpic_info_userpic_get | Get entity user userpic | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8e19d9ff-8d46-46d9-8a69-e47b5e2134a4/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_comment_by_id_comments__comment_id__get | Get comment | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8e19d9ff-8d46-46d9-8a69-e47b5e2134a4/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_comment_by_id_comments__comment_id__get | Get comment | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8e19d9ff-8d46-46d9-8a69-e47b5e2134a4/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_comment_by_id_comments__comment_id__get | Get comment | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8e19d9ff-8d46-46d9-8a69-e47b5e2134a4/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_comment_by_id_comments__comment_id__get | Get comment | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8e19d9ff-8d46-46d9-8a69-e47b5e2134a4/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_comment_by_id_comments__comment_id__get | Get comment | 200 | null | {"id": "", "entity_id": "", "status": "active", "entity_user_id": "", "api_user_id": "", "partner_id": "", "object_id": "", "object_type": "", "text": "", "mentions": [{"visible_name": "", "group": "", "recipient": ""}], "replies_to": "", "attachments": [{"id": "", "created_at": "", "file_type": "payables", "name": "invoice.pdf", "region": "eu-central-1", "md5": "31d1a2dd1ad3dfc39be849d70a68dac0", "mimetype": "application/pdf", "url": "https://bucketname.s3.amazonaws.com/12345/67890.pdf", "size": 24381, "previews": [{"url": "https://bucketname.s3.amazonaws.com/1/2/3.png", "width": 200, "height": 400}], "pages": [{"id": "", "mimetype": "", "size": 0, "number": 0, "url": ""}]}], "edited_at": "", "created_at": ""} | {"title": "CommentSchema", "required": ["id", "entity_id", "status", "entity_user_id", "object_id", "object_type", "text"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "entity_id": {"title": "Entity Id", "type": "string", "format": "uuid4"}, "status": {"title": "StatusEnum", "enum": ["active", "deleted"], "type": "string", "description": "An enumeration."}, "entity_user_id": {"title": "Entity User Id", "type": "string", "format": "uuid4"}, "api_user_id": {"title": "Api User Id", "type": "string", "format": "uuid4"}, "partner_id": {"title": "Partner Id", "type": "string", "format": "uuid4"}, "object_id": {"title": "Object Id", "type": "string"}, "object_type": {"title": "Object Type", "type": "string"}, "text": {"title": "Text", "type": "string"}, "mentions": {"title": "Mentions", "type": "array", "items": {"title": "MentionSchema", "required": ["visible_name", "group", "recipient"], "type": "object", "properties": {"visible_name": {"title": "Visible Name", "type": "string"}, "group": {"title": "Group", "type": "string"}, "recipient": {"title": "Recipient", "type": "string"}}}}, "replies_to": {"title": "Replies To", "type": "string", "format": "uuid4"}, "attachments": {"title": "Attachments", "type": "array", "items": {"title": "FileSchema", "required": ["id", "created_at", "file_type", "name", "region", "md5", "mimetype", "url", "size"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "A unique ID of this file.", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "description": "UTC date and time when this workflow was uploaded to Monite. Timestamps follow the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.", "format": "date-time"}, "file_type": {"title": "File Type", "type": "string", "description": "The type of the business object associated with this file."}, "name": {"title": "Name", "type": "string", "description": "The original file name (if available)."}, "region": {"title": "Region", "type": "string", "description": "Geographical region of the data center where the file is stored."}, "md5": {"title": "Md5", "type": "string", "description": "The MD5 hash of the file."}, "mimetype": {"title": "Mimetype", "type": "string", "description": "The file's [media type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)."}, "url": {"title": "Url", "type": "string", "description": "The URL to download the file."}, "size": {"title": "Size", "type": "integer", "description": "The file size in bytes."}, "previews": {"title": "Previews", "type": "array", "items": {"title": "PreviewSchema", "required": ["url", "width", "height"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "description": "The image URL."}, "width": {"title": "Width", "type": "integer", "description": "The image width in pixels."}, "height": {"title": "Height", "type": "integer", "description": "The image height in pixels."}}, "description": "A preview image generated for a file."}, "description": "Preview images generated for this file. There can be multiple images with different sizes.", "default": []}, "pages": {"title": "Pages", "type": "array", "items": {"title": "PageSchema", "required": ["id", "mimetype", "size", "number", "url"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "mimetype": {"title": "Mimetype", "type": "string"}, "size": {"title": "Size", "type": "integer"}, "number": {"title": "Number", "type": "integer"}, "url": {"title": "Url", "type": "string"}}}, "default": []}}, "description": "Represents a file (such as a PDF invoice) that was uploaded to Monite."}}, "edited_at": {"title": "Edited At", "type": "string", "format": "date-time"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8e19d9ff-8d46-46d9-8a69-e47b5e2134a4/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_comment_by_id_comments__comment_id__get | Get comment | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8e19d9ff-8d46-46d9-8a69-e47b5e2134a4/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_comment_by_id_comments__comment_id__get | Get comment | 409 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8e19d9ff-8d46-46d9-8a69-e47b5e2134a4/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_comment_by_id_comments__comment_id__get | Get comment | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f7ec704a-e95e-4db1-93ad-e7fb2987b769/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterparts_counterparts_get | This endpoint lists all counterparts sorted by creation date, with the most recently created counterparts appearing first. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f7ec704a-e95e-4db1-93ad-e7fb2987b769/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterparts_counterparts_get | This endpoint lists all counterparts sorted by creation date, with the most recently created counterparts appearing first. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f7ec704a-e95e-4db1-93ad-e7fb2987b769/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterparts_counterparts_get | This endpoint lists all counterparts sorted by creation date, with the most recently created counterparts appearing first. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ff2c8f2a-0577-4750-ba70-6d695a939ea2/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_products_products_get | This endpoint retrieves the good, material, or service with the given ID. | 200 | null | {"data": [{"name": "", "description": "", "price": {"currency": {"0": "U", "1": "S", "2": "D"}, "value": 0}, "measure_unit_id": "", "vat_classes": [], "smallest_amount": 0, "id": "", "oid": 0, "entity_id": "", "entity_user_id": "", "created_at": "", "updated_at": ""}]} | {"title": "ProductServiceListResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "ProductServiceResponse", "required": ["name", "measure_unit_id", "vat_classes", "oid", "entity_id", "created_at", "updated_at"], "type": "object", "properties": {"name": {"title": "Name", "type": "string", "description": "Name of the product."}, "description": {"title": "Description", "type": "string", "description": "Description of the product."}, "price": {"title": "Price", "required": ["currency", "value"], "type": "object", "properties": {"currency": {"allOf": [{"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}], "description": "The currency in which the price of the product is set."}, "value": {"title": "Value", "minimum": 0, "type": "integer", "description": "The actual price of the product."}}}, "measure_unit_id": {"title": "Measure Unit Id", "type": "string", "description": "The unique ID reference of the unit used to measure the quantity of this product (e.g. items, meters, kilograms).", "format": "uuid4"}, "vat_classes": {"title": "Vat Classes", "type": "array", "items": {"type": "string", "format": "uuid4"}, "description": "The list of unique ID references of VAT classes for the product."}, "smallest_amount": {"title": "Smallest Amount", "minimum": 0, "type": "number", "description": "The smallest amount allowed for this product."}, "id": {"title": "Id", "type": "string", "description": "Unique ID of the product.", "format": "uuid4"}, "oid": {"title": "Oid", "type": "integer"}, "entity_id": {"title": "Entity Id", "type": "string", "format": "uuid4"}, "entity_user_id": {"title": "Entity User Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "description": "Time at which the product was created. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "description": "Time at which the product was last updated. Timestamps follow the ISO 8601 standard.", "format": "date-time"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ff2c8f2a-0577-4750-ba70-6d695a939ea2/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_products_products_get | This endpoint retrieves the good, material, or service with the given ID. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ff2c8f2a-0577-4750-ba70-6d695a939ea2/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_products_products_get | This endpoint retrieves the good, material, or service with the given ID. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ff2c8f2a-0577-4750-ba70-6d695a939ea2/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_products_products_get | This endpoint retrieves the good, material, or service with the given ID. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/237fbfe5-94e9-4654-8fae-261a63d36042/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_templates_settings_settings_templates_put | Update templates settings. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/237fbfe5-94e9-4654-8fae-261a63d36042/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_templates_settings_settings_templates_put | Update templates settings. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/237fbfe5-94e9-4654-8fae-261a63d36042/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_templates_settings_settings_templates_put | Update templates settings. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/237fbfe5-94e9-4654-8fae-261a63d36042/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_templates_settings_settings_templates_put | Update templates settings. | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/237fbfe5-94e9-4654-8fae-261a63d36042/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_templates_settings_settings_templates_put | Update templates settings. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/237fbfe5-94e9-4654-8fae-261a63d36042/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_templates_settings_settings_templates_put | Update templates settings. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/237fbfe5-94e9-4654-8fae-261a63d36042/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_templates_settings_settings_templates_put | Update templates settings. | 200 | null | {"settings": {"currencies": {"default_currency": "USD", "exchange_rates": [{"base": "", "to": "", "rate": 0}]}, "reminders": {"enabled": true, "excluded_counterparts": []}}, "updated_at": "", "created_at": "", "status": "active", "id": ""} | {"title": "CreateOrUpdateSettingsResponse", "required": ["updated_at", "created_at", "status", "id"], "type": "object", "properties": {"settings": {"title": "EntitySettingsSchema", "type": "object", "properties": {"currencies": {"title": "CurrencySettings", "required": ["default_currency"], "type": "object", "properties": {"default_currency": {"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}, "exchange_rates": {"title": "Exchange Rates", "type": "array", "items": {"title": "ExchangeRate", "required": ["base", "to", "rate"], "type": "object", "properties": {"base": {"title": "Base", "type": "string"}, "to": {"title": "To", "type": "string"}, "rate": {"title": "Rate", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}}}, "reminders": {"title": "RemindersSettings", "type": "object", "properties": {"enabled": {"title": "Enabled", "type": "boolean", "default": true}, "excluded_counterparts": {"title": "Excluded Counterparts", "type": "array", "items": {"type": "string", "format": "uuid4"}, "description": "Counterparts UUID's for which reminders will be turned off"}}}}, "description": "A schema contains entity internal settings"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "status": {"title": "StatusEnum", "enum": ["active", "deleted"], "type": "string", "description": "An enumeration."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2edb9533-a79e-4da0-892a-2844c696473f/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_receivable_settings_me_settings_receivables_put | Update receivable settings | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2edb9533-a79e-4da0-892a-2844c696473f/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_receivable_settings_me_settings_receivables_put | Update receivable settings | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2edb9533-a79e-4da0-892a-2844c696473f/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_receivable_settings_me_settings_receivables_put | Update receivable settings | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2edb9533-a79e-4da0-892a-2844c696473f/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_receivable_settings_me_settings_receivables_put | Update receivable settings | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2edb9533-a79e-4da0-892a-2844c696473f/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_receivable_settings_me_settings_receivables_put | Update receivable settings | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2edb9533-a79e-4da0-892a-2844c696473f/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_receivable_settings_me_settings_receivables_put | Update receivable settings | 200 | null | {"settings": {"entity_users": {"userpics": {"previews": [{"width": 0, "height": 0}], "min_width": 0, "min_height": 0}}, "webhooks": [{"id": "", "object_type": "partner", "url": ""}], "currencies": {"default_currency": "USD", "exchange_rates": [{"base": "", "to": "", "rate": 0}]}, "payables": {"approve_page_url": ""}, "receivables": {"create_without_personal_info": true}, "units": [{"name": "", "abbreviation": ""}], "commercial_conditions": []}, "updated_at": "", "created_at": "", "status": "active", "id": ""} | {"title": "PartnerResponseSchema", "required": ["updated_at", "created_at", "status", "id"], "type": "object", "properties": {"settings": {"title": "ResponseSettings", "type": "object", "properties": {"entity_users": {"title": "UserPicSettings", "required": ["userpics"], "type": "object", "properties": {"userpics": {"title": "UserPicPreviewSettings", "required": ["previews", "min_width", "min_height"], "type": "object", "properties": {"previews": {"title": "Previews", "type": "array", "items": {"title": "PreviewSizeSettings", "required": ["width", "height"], "type": "object", "properties": {"width": {"title": "Width", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}, "height": {"title": "Height", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}, "min_width": {"title": "Min Width", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}, "min_height": {"title": "Min Height", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}}, "webhooks": {"title": "Webhooks", "type": "array", "items": {"title": "WebhookSettingsResponse", "required": ["id", "object_type", "url"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "object_type": {"title": "ObjectType", "enum": ["partner", "partner_internal_config", "partner_token", "partner_settings", "approval", "comment", "export", "entity", "entity_token", "entity_user", "entity_user_token", "entity_bank_account", "payable", "receivable", "reconciliation", "role", "todo_task", "todo_task_mute", "transaction", "workflow", "workflow_pipeline", "counterpart", "counterpart_bank_account", "counterpart_contact_person", "webhook", "audit_trail", "tag"], "type": "string", "description": "An enumeration."}, "url": {"title": "Url", "type": "string"}}}}, "currencies": {"title": "CurrencySettings", "required": ["default_currency"], "type": "object", "properties": {"default_currency": {"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}, "exchange_rates": {"title": "Exchange Rates", "type": "array", "items": {"title": "ExchangeRate", "required": ["base", "to", "rate"], "type": "object", "properties": {"base": {"title": "Base", "type": "string"}, "to": {"title": "To", "type": "string"}, "rate": {"title": "Rate", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}}}, "payables": {"title": "PayableSettings", "required": ["approve_page_url"], "type": "object", "properties": {"approve_page_url": {"title": "Approve Page Url", "maxLength": 2083, "minLength": 1, "type": "string", "format": "uri"}}}, "receivables": {"title": "ReceivableSettings", "required": ["create_without_personal_info"], "type": "object", "properties": {"create_without_personal_info": {"title": "Create Without Personal Info", "type": "boolean"}}}, "units": {"title": "Units", "type": "array", "items": {"title": "Unit", "required": ["name", "abbreviation"], "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "abbreviation": {"title": "Abbreviation", "type": "string"}}}}, "commercial_conditions": {"title": "Commercial Conditions", "type": "array", "items": {"type": "string"}}}}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "status": {"title": "StatusEnum", "enum": ["active", "deleted"], "type": "string", "description": "An enumeration."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2edb9533-a79e-4da0-892a-2844c696473f/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_receivable_settings_me_settings_receivables_put | Update receivable settings | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ef35a7e3-d18e-4825-86c3-5f67ac05c632/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_all_todo_tasks_assigned_todo_tasks_get | Get all assigned todo tasks | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ef35a7e3-d18e-4825-86c3-5f67ac05c632/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_all_todo_tasks_assigned_todo_tasks_get | Get all assigned todo tasks | 406 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ef35a7e3-d18e-4825-86c3-5f67ac05c632/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_all_todo_tasks_assigned_todo_tasks_get | Get all assigned todo tasks | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ef35a7e3-d18e-4825-86c3-5f67ac05c632/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_all_todo_tasks_assigned_todo_tasks_get | Get all assigned todo tasks | 200 | null | {"data": [{"id": "", "oid": 0, "entity_user_id": "", "status": "", "viewed": true, "object_id": "", "object_type": "", "action": "", "performed_by_user_id": ""}], "next_pagination_token": "", "prev_pagination_token": ""} | {"title": "PaginatedTodoTask", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "TodoTask", "required": ["id", "oid", "entity_user_id", "status", "viewed", "object_type", "action"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "oid": {"title": "Oid", "type": "integer"}, "entity_user_id": {"title": "Entity User Id", "type": "string", "format": "uuid4"}, "status": {"title": "Status", "type": "string"}, "viewed": {"title": "Viewed", "type": "boolean"}, "object_id": {"title": "Object Id", "type": "string"}, "object_type": {"title": "Object Type", "type": "string"}, "action": {"title": "Action", "type": "string"}, "performed_by_user_id": {"title": "Performed By User Id", "type": "string"}}}}, "next_pagination_token": {"title": "Next Pagination Token", "type": "string"}, "prev_pagination_token": {"title": "Prev Pagination Token", "type": "string"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ef35a7e3-d18e-4825-86c3-5f67ac05c632/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_all_todo_tasks_assigned_todo_tasks_get | Get all assigned todo tasks | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ef35a7e3-d18e-4825-86c3-5f67ac05c632/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_all_todo_tasks_assigned_todo_tasks_get | Get all assigned todo tasks | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ef35a7e3-d18e-4825-86c3-5f67ac05c632/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_all_todo_tasks_assigned_todo_tasks_get | Get all assigned todo tasks | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ef35a7e3-d18e-4825-86c3-5f67ac05c632/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_all_todo_tasks_assigned_todo_tasks_get | Get all assigned todo tasks | 409 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ec1b5074-8eeb-4e06-8e9b-b123e06a816e/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_payment_terms_payment_terms__payment_terms_id__delete | Delete a payment term specified by ID. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ec1b5074-8eeb-4e06-8e9b-b123e06a816e/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_payment_terms_payment_terms__payment_terms_id__delete | Delete a payment term specified by ID. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ec1b5074-8eeb-4e06-8e9b-b123e06a816e/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_payment_terms_payment_terms__payment_terms_id__delete | Delete a payment term specified by ID. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ec1b5074-8eeb-4e06-8e9b-b123e06a816e/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_payment_terms_payment_terms__payment_terms_id__delete | Delete a payment term specified by ID. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ec1b5074-8eeb-4e06-8e9b-b123e06a816e/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_payment_terms_payment_terms__payment_terms_id__delete | Delete a payment term specified by ID. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/a6edee00-0969-4b67-a89d-a12b35b8eec4/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_payable_settings_me_settings_payables_put | Update payable settings | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/a6edee00-0969-4b67-a89d-a12b35b8eec4/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_payable_settings_me_settings_payables_put | Update payable settings | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/a6edee00-0969-4b67-a89d-a12b35b8eec4/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_payable_settings_me_settings_payables_put | Update payable settings | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/a6edee00-0969-4b67-a89d-a12b35b8eec4/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_payable_settings_me_settings_payables_put | Update payable settings | 200 | null | {"settings": {"entity_users": {"userpics": {"previews": [{"width": 0, "height": 0}], "min_width": 0, "min_height": 0}}, "webhooks": [{"id": "", "object_type": "partner", "url": ""}], "currencies": {"default_currency": "USD", "exchange_rates": [{"base": "", "to": "", "rate": 0}]}, "payables": {"approve_page_url": ""}, "receivables": {"create_without_personal_info": true}, "units": [{"name": "", "abbreviation": ""}], "commercial_conditions": []}, "updated_at": "", "created_at": "", "status": "active", "id": ""} | {"title": "PartnerResponseSchema", "required": ["updated_at", "created_at", "status", "id"], "type": "object", "properties": {"settings": {"title": "ResponseSettings", "type": "object", "properties": {"entity_users": {"title": "UserPicSettings", "required": ["userpics"], "type": "object", "properties": {"userpics": {"title": "UserPicPreviewSettings", "required": ["previews", "min_width", "min_height"], "type": "object", "properties": {"previews": {"title": "Previews", "type": "array", "items": {"title": "PreviewSizeSettings", "required": ["width", "height"], "type": "object", "properties": {"width": {"title": "Width", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}, "height": {"title": "Height", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}, "min_width": {"title": "Min Width", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}, "min_height": {"title": "Min Height", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}}, "webhooks": {"title": "Webhooks", "type": "array", "items": {"title": "WebhookSettingsResponse", "required": ["id", "object_type", "url"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "object_type": {"title": "ObjectType", "enum": ["partner", "partner_internal_config", "partner_token", "partner_settings", "approval", "comment", "export", "entity", "entity_token", "entity_user", "entity_user_token", "entity_bank_account", "payable", "receivable", "reconciliation", "role", "todo_task", "todo_task_mute", "transaction", "workflow", "workflow_pipeline", "counterpart", "counterpart_bank_account", "counterpart_contact_person", "webhook", "audit_trail", "tag"], "type": "string", "description": "An enumeration."}, "url": {"title": "Url", "type": "string"}}}}, "currencies": {"title": "CurrencySettings", "required": ["default_currency"], "type": "object", "properties": {"default_currency": {"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}, "exchange_rates": {"title": "Exchange Rates", "type": "array", "items": {"title": "ExchangeRate", "required": ["base", "to", "rate"], "type": "object", "properties": {"base": {"title": "Base", "type": "string"}, "to": {"title": "To", "type": "string"}, "rate": {"title": "Rate", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}}}, "payables": {"title": "PayableSettings", "required": ["approve_page_url"], "type": "object", "properties": {"approve_page_url": {"title": "Approve Page Url", "maxLength": 2083, "minLength": 1, "type": "string", "format": "uri"}}}, "receivables": {"title": "ReceivableSettings", "required": ["create_without_personal_info"], "type": "object", "properties": {"create_without_personal_info": {"title": "Create Without Personal Info", "type": "boolean"}}}, "units": {"title": "Units", "type": "array", "items": {"title": "Unit", "required": ["name", "abbreviation"], "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "abbreviation": {"title": "Abbreviation", "type": "string"}}}}, "commercial_conditions": {"title": "Commercial Conditions", "type": "array", "items": {"type": "string"}}}}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "status": {"title": "StatusEnum", "enum": ["active", "deleted"], "type": "string", "description": "An enumeration."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/a6edee00-0969-4b67-a89d-a12b35b8eec4/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_payable_settings_me_settings_payables_put | Update payable settings | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/a6edee00-0969-4b67-a89d-a12b35b8eec4/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_payable_settings_me_settings_payables_put | Update payable settings | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/a6edee00-0969-4b67-a89d-a12b35b8eec4/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_payable_settings_me_settings_payables_put | Update payable settings | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e37a8c23-91f0-4c82-9727-e24a9a5265c8/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_by_id_counterparts__counterpart_id__get | This endpoint retrieves the counterpart with the given ID. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e37a8c23-91f0-4c82-9727-e24a9a5265c8/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_by_id_counterparts__counterpart_id__get | This endpoint retrieves the counterpart with the given ID. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e37a8c23-91f0-4c82-9727-e24a9a5265c8/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_by_id_counterparts__counterpart_id__get | This endpoint retrieves the counterpart with the given ID. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e37a8c23-91f0-4c82-9727-e24a9a5265c8/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_by_id_counterparts__counterpart_id__get | This endpoint retrieves the counterpart with the given ID. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b15797fb-98a6-408f-9d52-80080cfcf579/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | check_auth_status_auth_get | Check that you are logged in to Monite as an API Partner.
A 200 OK response indicates that the current user is still logged in. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b15797fb-98a6-408f-9d52-80080cfcf579/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | check_auth_status_auth_get | Check that you are logged in to Monite as an API Partner.
A 200 OK response indicates that the current user is still logged in. | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b15797fb-98a6-408f-9d52-80080cfcf579/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | check_auth_status_auth_get | Check that you are logged in to Monite as an API Partner.
A 200 OK response indicates that the current user is still logged in. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b15797fb-98a6-408f-9d52-80080cfcf579/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | check_auth_status_auth_get | Check that you are logged in to Monite as an API Partner.
A 200 OK response indicates that the current user is still logged in. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f81c4fe2-65a5-4ba8-9437-9040473fc780/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_product_products_post | This endpoint creates a new good, material, or service. | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f81c4fe2-65a5-4ba8-9437-9040473fc780/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_product_products_post | This endpoint creates a new good, material, or service. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f81c4fe2-65a5-4ba8-9437-9040473fc780/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_product_products_post | This endpoint creates a new good, material, or service. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f81c4fe2-65a5-4ba8-9437-9040473fc780/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_product_products_post | This endpoint creates a new good, material, or service. | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f81c4fe2-65a5-4ba8-9437-9040473fc780/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_product_products_post | This endpoint creates a new good, material, or service. | 201 | null | {"name": "", "description": "", "price": {"currency": {"0": "U", "1": "S", "2": "D"}, "value": 0}, "measure_unit_id": "", "vat_classes": [], "smallest_amount": 0, "id": "", "oid": 0, "entity_id": "", "entity_user_id": "", "created_at": "", "updated_at": ""} | {"title": "ProductServiceResponse", "required": ["name", "measure_unit_id", "vat_classes", "oid", "entity_id", "created_at", "updated_at"], "type": "object", "properties": {"name": {"title": "Name", "type": "string", "description": "Name of the product."}, "description": {"title": "Description", "type": "string", "description": "Description of the product."}, "price": {"title": "Price", "required": ["currency", "value"], "type": "object", "properties": {"currency": {"allOf": [{"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}], "description": "The currency in which the price of the product is set."}, "value": {"title": "Value", "minimum": 0, "type": "integer", "description": "The actual price of the product."}}}, "measure_unit_id": {"title": "Measure Unit Id", "type": "string", "description": "The unique ID reference of the unit used to measure the quantity of this product (e.g. items, meters, kilograms).", "format": "uuid4"}, "vat_classes": {"title": "Vat Classes", "type": "array", "items": {"type": "string", "format": "uuid4"}, "description": "The list of unique ID references of VAT classes for the product."}, "smallest_amount": {"title": "Smallest Amount", "minimum": 0, "type": "number", "description": "The smallest amount allowed for this product."}, "id": {"title": "Id", "type": "string", "description": "Unique ID of the product.", "format": "uuid4"}, "oid": {"title": "Oid", "type": "integer"}, "entity_id": {"title": "Entity Id", "type": "string", "format": "uuid4"}, "entity_user_id": {"title": "Entity User Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "description": "Time at which the product was created. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "description": "Time at which the product was last updated. Timestamps follow the ISO 8601 standard.", "format": "date-time"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f81c4fe2-65a5-4ba8-9437-9040473fc780/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_product_products_post | This endpoint creates a new good, material, or service. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f81c4fe2-65a5-4ba8-9437-9040473fc780/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_product_products_post | This endpoint creates a new good, material, or service. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/51d153ea-e71a-4e3c-9d6c-fad8bcd647c1/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_settings_settings_post | Set settings. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/51d153ea-e71a-4e3c-9d6c-fad8bcd647c1/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_settings_settings_post | Set settings. | 200 | null | {"settings": {"currencies": {"default_currency": "USD", "exchange_rates": [{"base": "", "to": "", "rate": 0}]}, "reminders": {"enabled": true, "excluded_counterparts": []}}, "updated_at": "", "created_at": "", "status": "active", "id": ""} | {"title": "CreateOrUpdateSettingsResponse", "required": ["updated_at", "created_at", "status", "id"], "type": "object", "properties": {"settings": {"title": "EntitySettingsSchema", "type": "object", "properties": {"currencies": {"title": "CurrencySettings", "required": ["default_currency"], "type": "object", "properties": {"default_currency": {"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}, "exchange_rates": {"title": "Exchange Rates", "type": "array", "items": {"title": "ExchangeRate", "required": ["base", "to", "rate"], "type": "object", "properties": {"base": {"title": "Base", "type": "string"}, "to": {"title": "To", "type": "string"}, "rate": {"title": "Rate", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}}}, "reminders": {"title": "RemindersSettings", "type": "object", "properties": {"enabled": {"title": "Enabled", "type": "boolean", "default": true}, "excluded_counterparts": {"title": "Excluded Counterparts", "type": "array", "items": {"type": "string", "format": "uuid4"}, "description": "Counterparts UUID's for which reminders will be turned off"}}}}, "description": "A schema contains entity internal settings"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "status": {"title": "StatusEnum", "enum": ["active", "deleted"], "type": "string", "description": "An enumeration."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/51d153ea-e71a-4e3c-9d6c-fad8bcd647c1/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_settings_settings_post | Set settings. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/51d153ea-e71a-4e3c-9d6c-fad8bcd647c1/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_settings_settings_post | Set settings. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/51d153ea-e71a-4e3c-9d6c-fad8bcd647c1/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_settings_settings_post | Set settings. | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/51d153ea-e71a-4e3c-9d6c-fad8bcd647c1/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_settings_settings_post | Set settings. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/51d153ea-e71a-4e3c-9d6c-fad8bcd647c1/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_settings_settings_post | Set settings. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/53ac6d5c-d7fe-4649-9170-4f08266fc8eb/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_reminders_settings_settings_reminders_put | Update reminders settings. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/53ac6d5c-d7fe-4649-9170-4f08266fc8eb/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_reminders_settings_settings_reminders_put | Update reminders settings. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/53ac6d5c-d7fe-4649-9170-4f08266fc8eb/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_reminders_settings_settings_reminders_put | Update reminders settings. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/53ac6d5c-d7fe-4649-9170-4f08266fc8eb/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_reminders_settings_settings_reminders_put | Update reminders settings. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/53ac6d5c-d7fe-4649-9170-4f08266fc8eb/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_reminders_settings_settings_reminders_put | Update reminders settings. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/53ac6d5c-d7fe-4649-9170-4f08266fc8eb/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_reminders_settings_settings_reminders_put | Update reminders settings. | 200 | null | {"settings": {"currencies": {"default_currency": "USD", "exchange_rates": [{"base": "", "to": "", "rate": 0}]}, "reminders": {"enabled": true, "excluded_counterparts": []}}, "updated_at": "", "created_at": "", "status": "active", "id": ""} | {"title": "CreateOrUpdateSettingsResponse", "required": ["updated_at", "created_at", "status", "id"], "type": "object", "properties": {"settings": {"title": "EntitySettingsSchema", "type": "object", "properties": {"currencies": {"title": "CurrencySettings", "required": ["default_currency"], "type": "object", "properties": {"default_currency": {"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}, "exchange_rates": {"title": "Exchange Rates", "type": "array", "items": {"title": "ExchangeRate", "required": ["base", "to", "rate"], "type": "object", "properties": {"base": {"title": "Base", "type": "string"}, "to": {"title": "To", "type": "string"}, "rate": {"title": "Rate", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}}}}}}, "reminders": {"title": "RemindersSettings", "type": "object", "properties": {"enabled": {"title": "Enabled", "type": "boolean", "default": true}, "excluded_counterparts": {"title": "Excluded Counterparts", "type": "array", "items": {"type": "string", "format": "uuid4"}, "description": "Counterparts UUID's for which reminders will be turned off"}}}}, "description": "A schema contains entity internal settings"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "status": {"title": "StatusEnum", "enum": ["active", "deleted"], "type": "string", "description": "An enumeration."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/53ac6d5c-d7fe-4649-9170-4f08266fc8eb/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_reminders_settings_settings_reminders_put | Update reminders settings. | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/d1caa6de-5e7b-4569-a98e-394b95039ec0/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | subject_body_template_mail_contents_get | Subject-Body template for Receivables | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/d1caa6de-5e7b-4569-a98e-394b95039ec0/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | subject_body_template_mail_contents_get | Subject-Body template for Receivables | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/d1caa6de-5e7b-4569-a98e-394b95039ec0/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | subject_body_template_mail_contents_get | Subject-Body template for Receivables | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/d1caa6de-5e7b-4569-a98e-394b95039ec0/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | subject_body_template_mail_contents_get | Subject-Body template for Receivables | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/d1caa6de-5e7b-4569-a98e-394b95039ec0/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | subject_body_template_mail_contents_get | Subject-Body template for Receivables | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/d1caa6de-5e7b-4569-a98e-394b95039ec0/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | subject_body_template_mail_contents_get | Subject-Body template for Receivables | 200 | null | {"document_type": {"0": "q", "1": "u", "2": "o", "3": "t", "4": "e"}, "subject": "", "body": "", "name": ""} | {"title": "CreateContentRequest", "required": ["document_type", "subject", "body"], "type": "object", "properties": {"document_type": {"allOf": [{"title": "DocumentObjectTypeEnum", "enum": ["quote", "invoice", "discount_reminder", "final_reminder"], "type": "string", "description": "An enumeration."}], "description": "Document type of content"}, "subject": {"title": "Subject", "type": "string", "description": "Subject text of the content"}, "body": {"title": "Body", "type": "string", "description": "Body text of the content"}, "name": {"title": "Name", "type": "string", "description": "Name of the content"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b0b85c86-0ed6-4933-ba9e-a3efbcccda71/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_role_by_id_roles__role_id__put | Update role by ID | 200 | null | {"id": "", "name": "", "permissions": {"objects": []}, "status": {"0": "a", "1": "c", "2": "t", "3": "i", "4": "v", "5": "e"}, "created_at": "", "updated_at": ""} | {"title": "RoleResponse", "required": ["id", "name", "permissions", "status", "created_at", "updated_at"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "UUID role ID", "format": "uuid4"}, "name": {"title": "Name", "minLength": 2, "type": "string", "description": "Role name"}, "permissions": {"title": "Permissions", "allOf": [{"title": "BizObjectsSchema", "type": "object", "properties": {"objects": {"title": "Objects", "type": "array", "items": {"title": "RootSchema", "anyOf": [{"title": "CommonSchema", "type": "object", "properties": {"object_type": {"title": "Object Type", "enum": ["comment", "entity_user", "entity_user_token", "entity", "entity_bank_account", "export", "reconciliation", "role", "todo_task", "todo_task_mute", "transaction", "workflow"], "type": "string", "description": "Object type", "default": "comment"}, "actions": {"title": "Actions", "type": "array", "items": {"title": "ActionSchema", "type": "object", "properties": {"action_name": {"allOf": [{"title": "ActionEnum", "enum": ["create", "read", "update", "delete"], "type": "string", "description": "An enumeration."}], "description": "Action name", "default": "read"}, "permission": {"allOf": [{"title": "PermissionEnum", "enum": ["allowed", "allowed_for_own", "not_allowed"], "type": "string", "description": "An enumeration."}], "description": "Permission type", "default": "allowed"}}}, "description": "List of actions"}}}, {"title": "PayableSchema", "type": "object", "properties": {"object_type": {"title": "Object Type", "enum": ["payable"], "type": "string", "description": "Object type", "default": "payable"}, "actions": {"title": "Actions", "type": "array", "items": {"title": "PayableActionSchema", "type": "object", "properties": {"action_name": {"allOf": [{"title": "PayableActionEnum", "enum": ["create", "read", "update", "delete", "pay", "approve", "submit"], "type": "string", "description": "An enumeration."}], "description": "Action name", "default": "read"}, "permission": {"allOf": [{"title": "PermissionEnum", "enum": ["allowed", "allowed_for_own", "not_allowed"], "type": "string", "description": "An enumeration."}], "description": "Permission type", "default": "allowed"}}}, "description": "List of actions"}}}], "description": "An abstract which provides interfaces for managing polymorphic schemas"}, "description": "List of objects"}}}], "description": "Access permissions"}, "status": {"allOf": [{"title": "StatusEnum", "enum": ["active", "deleted"], "type": "string", "description": "An enumeration."}], "description": "record status, 'active' by default"}, "created_at": {"title": "Created At", "type": "string", "description": "UTC datetime", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "description": "UTC datetime", "format": "date-time"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b0b85c86-0ed6-4933-ba9e-a3efbcccda71/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_role_by_id_roles__role_id__put | Update role by ID | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b0b85c86-0ed6-4933-ba9e-a3efbcccda71/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_role_by_id_roles__role_id__put | Update role by ID | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b0b85c86-0ed6-4933-ba9e-a3efbcccda71/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_role_by_id_roles__role_id__put | Update role by ID | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b0b85c86-0ed6-4933-ba9e-a3efbcccda71/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_role_by_id_roles__role_id__put | Update role by ID | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b0b85c86-0ed6-4933-ba9e-a3efbcccda71/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_role_by_id_roles__role_id__put | Update role by ID | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b0b85c86-0ed6-4933-ba9e-a3efbcccda71/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_role_by_id_roles__role_id__put | Update role by ID | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b0b85c86-0ed6-4933-ba9e-a3efbcccda71/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_role_by_id_roles__role_id__put | Update role by ID | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/5469b150-6fdf-4c2c-97ca-88b92991cfcc/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_tags_tags_get | Get a list of all tags that can be assigned to payables.
Tags can be used, for example, as trigger conditions in payable approval workflows. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/5469b150-6fdf-4c2c-97ca-88b92991cfcc/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_tags_tags_get | Get a list of all tags that can be assigned to payables.
Tags can be used, for example, as trigger conditions in payable approval workflows. | 200 | null | {"data": [{"name": "Marketing", "id": ""}]} | {"title": "TagsResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "TagReadSchema", "required": ["name", "id"], "type": "object", "properties": {"name": {"title": "Name", "maxLength": 255, "minLength": 1, "type": "string", "description": "The tag name."}, "id": {"title": "Id", "type": "string", "description": "A unique ID of this tag.", "format": "uuid4"}}, "description": "Represents a user-defined tag that can be assigned to payables to filter them."}}}, "description": "A list of Tags."} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/5469b150-6fdf-4c2c-97ca-88b92991cfcc/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_tags_tags_get | Get a list of all tags that can be assigned to payables.
Tags can be used, for example, as trigger conditions in payable approval workflows. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/5469b150-6fdf-4c2c-97ca-88b92991cfcc/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_tags_tags_get | Get a list of all tags that can be assigned to payables.
Tags can be used, for example, as trigger conditions in payable approval workflows. | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/5469b150-6fdf-4c2c-97ca-88b92991cfcc/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_tags_tags_get | Get a list of all tags that can be assigned to payables.
Tags can be used, for example, as trigger conditions in payable approval workflows. | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/5469b150-6fdf-4c2c-97ca-88b92991cfcc/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_tags_tags_get | Get a list of all tags that can be assigned to payables.
Tags can be used, for example, as trigger conditions in payable approval workflows. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/5469b150-6fdf-4c2c-97ca-88b92991cfcc/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_tags_tags_get | Get a list of all tags that can be assigned to payables.
Tags can be used, for example, as trigger conditions in payable approval workflows. | 406 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.