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/51611e32-2585-47e5-b980-d93377b267e4/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_entity_user_userpic_info_userpic_put | Add entity user userpic | 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/51611e32-2585-47e5-b980-d93377b267e4/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_entity_user_userpic_info_userpic_put | Add entity user userpic | 200 | null | {"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": ""}]} | {"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."} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/51611e32-2585-47e5-b980-d93377b267e4/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_entity_user_userpic_info_userpic_put | Add 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/51611e32-2585-47e5-b980-d93377b267e4/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_entity_user_userpic_info_userpic_put | Add entity user userpic | 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/51611e32-2585-47e5-b980-d93377b267e4/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_entity_user_userpic_info_userpic_put | Add entity user userpic | 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/51611e32-2585-47e5-b980-d93377b267e4/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_entity_user_userpic_info_userpic_put | Add entity user userpic | 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/51611e32-2585-47e5-b980-d93377b267e4/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_entity_user_userpic_info_userpic_put | Add entity user userpic | 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/51611e32-2585-47e5-b980-d93377b267e4/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | add_entity_user_userpic_info_userpic_put | Add entity user userpic | 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/ae5a9985-d0bb-4d13-9dc4-3a674e518220/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__get | get counterpart contact | 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/ae5a9985-d0bb-4d13-9dc4-3a674e518220/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__get | get counterpart contact | 200 | null | {"first_name": "Mary", "last_name": "O'Brien", "email": "contact@example.org", "phone": "5551235476", "is_default": true, "address": {"country": {"0": "A", "1": "F"}, "city": "Berlin", "postal_code": "10115", "state": "", "line1": "Flughafenstrasse 52", "line2": ""}, "title": "Ms.", "id": "", "counterpart_id": ""} | {"title": "CounterpartContactResponse", "required": ["first_name", "last_name", "email", "phone", "is_default", "address", "id", "counterpart_id"], "type": "object", "properties": {"first_name": {"title": "First Name", "type": "string", "description": "The first name of a contact person."}, "last_name": {"title": "Last Name", "type": "string", "description": "The last name of a contact person."}, "email": {"title": "Email", "type": "string", "description": "The email address of a contact person.", "format": "email"}, "phone": {"title": "Phone", "type": "string", "description": "The phone number of a contact person"}, "is_default": {"title": "Is Default", "type": "boolean", "description": "Specifies if this contact person is the default one in case the organization has multiple contacts."}, "address": {"title": "Address", "allOf": [{"title": "CounterpartAddress", "required": ["country", "city", "postal_code", "state", "line1"], "type": "object", "properties": {"country": {"allOf": [{"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}], "description": "Two-letter ISO country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2))."}, "city": {"title": "City", "type": "string", "description": "City name."}, "postal_code": {"title": "Postal Code", "type": "string", "description": "ZIP or postal code."}, "state": {"title": "State", "type": "string", "description": "State, region, province, or county."}, "line1": {"title": "Line1", "type": "string", "description": "Street address."}, "line2": {"title": "Line2", "type": "string", "description": "Additional address information (if any)."}}, "description": "Address information."}], "description": "The address of a contact person."}, "title": {"title": "Title", "type": "string", "description": "The title or honorific of a contact person. Examples: Mr., Ms., Dr., Prof."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "counterpart_id": {"title": "Counterpart Id", "type": "string", "format": "uuid4"}}, "description": "The contact person for an organization."} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/ae5a9985-d0bb-4d13-9dc4-3a674e518220/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__get | get counterpart contact | 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/ae5a9985-d0bb-4d13-9dc4-3a674e518220/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__get | get counterpart contact | 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/ae5a9985-d0bb-4d13-9dc4-3a674e518220/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__get | get counterpart contact | 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/485bc01f-beed-4c0e-a0ce-95153fe51bff/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_userpic_settings_me_settings_userpic_put | Update the size of the preview image used to represent an entity user.
Calls to this endpoint update the size of the preview image for all entities managed by an API Partner. | 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/485bc01f-beed-4c0e-a0ce-95153fe51bff/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_userpic_settings_me_settings_userpic_put | Update the size of the preview image used to represent an entity user.
Calls to this endpoint update the size of the preview image for all entities managed by an API Partner. | 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/485bc01f-beed-4c0e-a0ce-95153fe51bff/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_userpic_settings_me_settings_userpic_put | Update the size of the preview image used to represent an entity user.
Calls to this endpoint update the size of the preview image for all entities managed by an API Partner. | 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/485bc01f-beed-4c0e-a0ce-95153fe51bff/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_userpic_settings_me_settings_userpic_put | Update the size of the preview image used to represent an entity user.
Calls to this endpoint update the size of the preview image for all entities managed by an API Partner. | 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/485bc01f-beed-4c0e-a0ce-95153fe51bff/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_userpic_settings_me_settings_userpic_put | Update the size of the preview image used to represent an entity user.
Calls to this endpoint update the size of the preview image for all entities managed by an API Partner. | 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/485bc01f-beed-4c0e-a0ce-95153fe51bff/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_userpic_settings_me_settings_userpic_put | Update the size of the preview image used to represent an entity user.
Calls to this endpoint update the size of the preview image for all entities managed by an API Partner. | 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/485bc01f-beed-4c0e-a0ce-95153fe51bff/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_userpic_settings_me_settings_userpic_put | Update the size of the preview image used to represent an entity user.
Calls to this endpoint update the size of the preview image for all entities managed by an API Partner. | 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/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 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/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 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/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 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/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 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/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 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/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 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/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 200 | null | {"id": "", "entity_id": "", "status": {"0": "n", "1": "e", "2": "w"}, "source_of_payable_data": {"0": "o", "1": "c", "2": "r"}, "currency": {"0": "U", "1": "S", "2": "D"}, "amount": 1250, "description": "", "due_date": "", "issued_at": "", "counterpart_bank_id": "DEUTDE2HXXX", "counterpart_id": "", "counterpart_account_id": "123456789012", "counterpart_name": "Acme Inc.", "payable_origin": {"0": "u", "1": "p", "2": "l", "3": "o", "4": "a", "5": "d"}, "was_created_by_user_id": "", "was_created_by_external_user_name": "", "was_created_by_external_user_id": "", "currency_exchange": {"default_currency_code": "", "rate": 0, "total": 0}, "file": {"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": ""}]}, "tags": [{"name": "Marketing", "id": ""}], "created_at": "", "updated_at": "", "other_extracted_data": {"summary": [{"label": {"text": "", "confidence": 0, "processed_text": {}}, "value": {"text": "", "confidence": 0, "processed_text": {}}}], "line_items": [{"label": {"text": "", "confidence": 0, "processed_text": {}}, "value": {"text": "", "confidence": 0, "processed_text": {}}}]}, "applied_policy": ""} | {"title": "PayableResponseSchema", "required": ["id", "entity_id", "status", "source_of_payable_data", "payable_origin", "created_at", "updated_at"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "A unique ID assigned to this payable.", "format": "uuid4"}, "entity_id": {"title": "Entity Id", "type": "string", "description": "The ID of the entity to which the payable was issued.", "format": "uuid4"}, "status": {"allOf": [{"title": "PayableStateEnum", "enum": ["new", "approve_in_progress", "waiting_to_be_paid", "paid", "canceled", "rejected"], "type": "string", "description": "An enumeration."}], "description": "The [status](https://docs.monite.com/docs/payables-lifecycle) of the payable."}, "source_of_payable_data": {"allOf": [{"title": "SourceOfPayableDataEnum", "enum": ["ocr", "user_specified"], "type": "string", "description": "An enumeration."}], "description": "Specifies how the property values of this payable were provided: `ocr` - Monite OCR service extracted the values from the provided PDF or image file, `user_specified` - values were added or updated via an API call."}, "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 code](https://docs.monite.com/docs/currencies) of the currency used in the payable."}, "amount": {"title": "Amount", "type": "integer", "description": "The total amount to be paid, in [minor units](https://docs.monite.com/docs/currencies#minor-units). For example, $12.50 is represented as 1250."}, "description": {"title": "Description", "type": "string", "description": "An arbitrary description of this payable."}, "due_date": {"title": "Due Date", "type": "string", "description": "The date by which the payable must be paid, in the YYYY-MM-DD format. If the payable specifies payment terms with early payment discounts, this is the final payment date.", "format": "date"}, "issued_at": {"title": "Issued At", "type": "string", "description": "The date when the payable was issued, in the YYYY-MM-DD format.", "format": "date"}, "counterpart_bank_id": {"title": "Counterpart Bank Id", "type": "string", "description": "SWIFT code (BIC) of the vendor's bank (if specified in the payable document)."}, "counterpart_id": {"title": "Counterpart Id", "type": "string", "description": "The ID of the counterpart object that represents the vendor or supplier.", "format": "uuid4"}, "counterpart_account_id": {"title": "Counterpart Account Id", "type": "string", "description": "Vendor's bank account number, IBAN, or similar (if specified in the payable document)."}, "counterpart_name": {"title": "Counterpart Name", "type": "string", "description": "Vendor or supplier name."}, "payable_origin": {"allOf": [{"title": "PayableOriginEnum", "enum": ["upload", "email"], "type": "string", "description": "An enumeration."}], "description": "Specifies how this payable was created in Monite: `upload` - created via an API call, `email` - sent via email to the entity's mailbox."}, "was_created_by_user_id": {"title": "Was Created By User Id", "type": "string", "format": "uuid4"}, "was_created_by_external_user_name": {"title": "Was Created By External User Name", "type": "string"}, "was_created_by_external_user_id": {"title": "Was Created By External User Id", "type": "string"}, "currency_exchange": {"title": "CurrencyExchangeSchema", "required": ["default_currency_code", "rate", "total"], "type": "object", "properties": {"default_currency_code": {"title": "Default Currency Code", "type": "string"}, "rate": {"title": "Rate", "minimum": 0, "exclusiveMinimum": true, "type": "integer"}, "total": {"title": "Total", "type": "integer"}}}, "file": {"title": "File", "allOf": [{"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."}], "description": "The original file from which this payable was created."}, "tags": {"title": "Tags", "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 user-defined tags (labels) assigned to this payable. Tags can be used to trigger a specific approval policy for this payable."}, "created_at": {"title": "Created At", "type": "string", "description": "UTC date and time when this payable was created. Timestamps follow the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "description": "UTC date and time when this payable was last updated. Timestamps follow the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.", "format": "date-time"}, "other_extracted_data": {"title": "Other Extracted Data", "allOf": [{"title": "OcrRecognitionResponse", "type": "object", "properties": {"summary": {"title": "Summary", "type": "array", "items": {"title": "LabelNValue", "required": ["label", "value"], "type": "object", "properties": {"label": {"title": "Item", "required": ["text", "confidence"], "type": "object", "properties": {"text": {"title": "Text", "type": "string"}, "confidence": {"title": "Confidence", "type": "number"}, "processed_text": {"title": "Processed Text", "anyOf": [{"type": "integer"}, {"type": "number"}, {"type": "string", "format": "date-time"}, {"type": "string"}]}}}, "value": {"title": "Item", "required": ["text", "confidence"], "type": "object", "properties": {"text": {"title": "Text", "type": "string"}, "confidence": {"title": "Confidence", "type": "number"}, "processed_text": {"title": "Processed Text", "anyOf": [{"type": "integer"}, {"type": "number"}, {"type": "string", "format": "date-time"}, {"type": "string"}]}}}}}}, "line_items": {"title": "Line Items", "type": "array", "items": {"title": "LabelNValue", "required": ["label", "value"], "type": "object", "properties": {"label": {"title": "Item", "required": ["text", "confidence"], "type": "object", "properties": {"text": {"title": "Text", "type": "string"}, "confidence": {"title": "Confidence", "type": "number"}, "processed_text": {"title": "Processed Text", "anyOf": [{"type": "integer"}, {"type": "number"}, {"type": "string", "format": "date-time"}, {"type": "string"}]}}}, "value": {"title": "Item", "required": ["text", "confidence"], "type": "object", "properties": {"text": {"title": "Text", "type": "string"}, "confidence": {"title": "Confidence", "type": "number"}, "processed_text": {"title": "Processed Text", "anyOf": [{"type": "integer"}, {"type": "number"}, {"type": "string", "format": "date-time"}, {"type": "string"}]}}}}}}}}], "description": "Data extracted from the uploaded payable by OCR."}, "applied_policy": {"title": "Applied Policy", "type": "string", "description": "The name of an existing workflow (approval policy) that applies to this payable, if any. A workflow is applied if the payable matches the workflow trigger conditions."}}, "description": "Represents an Accounts Payable document received from a vendor or supplier."} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 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/8ef25c7d-bc8f-48cc-8467-c8f7e8fbaa01/8/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | reject_payable_payables__payable_id__reject_post | Declines the payable when an approver finds any mismatch or discrepancies. | 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/1149fc34-ed6e-4f30-b9b6-18e76ac76c3b/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | me_me_get | Retrieve information about the user currently logged into Monite.
The return parameters include historical and activity information about this user. | 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/1149fc34-ed6e-4f30-b9b6-18e76ac76c3b/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | me_me_get | Retrieve information about the user currently logged into Monite.
The return parameters include historical and activity information about this user. | 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/1149fc34-ed6e-4f30-b9b6-18e76ac76c3b/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | me_me_get | Retrieve information about the user currently logged into Monite.
The return parameters include historical and activity information about this user. | 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/1149fc34-ed6e-4f30-b9b6-18e76ac76c3b/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | me_me_get | Retrieve information about the user currently logged into Monite.
The return parameters include historical and activity information about this user. | 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/1149fc34-ed6e-4f30-b9b6-18e76ac76c3b/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | me_me_get | Retrieve information about the user currently logged into Monite.
The return parameters include historical and activity information about this user. | 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/1149fc34-ed6e-4f30-b9b6-18e76ac76c3b/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | me_me_get | Retrieve information about the user currently logged into Monite.
The return parameters include historical and activity information about this user. | 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/4fcd9ed6-ca1d-473c-bcf6-e43411bd7bad/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_bank_accounts_counterparts__counterpart_id__bank_accounts_get | Returns all bank accounts associated with the specified counterpart. | 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/4fcd9ed6-ca1d-473c-bcf6-e43411bd7bad/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_bank_accounts_counterparts__counterpart_id__bank_accounts_get | Returns all bank accounts associated with the specified counterpart. | 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/4fcd9ed6-ca1d-473c-bcf6-e43411bd7bad/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_bank_accounts_counterparts__counterpart_id__bank_accounts_get | Returns all bank accounts associated with the specified counterpart. | 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/4fcd9ed6-ca1d-473c-bcf6-e43411bd7bad/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_bank_accounts_counterparts__counterpart_id__bank_accounts_get | Returns all bank accounts associated with the specified counterpart. | 200 | null | [{"iban": "", "bic": "", "name": "", "id": "", "counterpart_id": ""}] | {"title": "Response Get Counterpart Bank Accounts Counterparts Counterpart Id Bank Accounts Get", "type": "array", "items": {"title": "CounterpartBankAccountResponse", "required": ["id", "counterpart_id"], "type": "object", "properties": {"iban": {"title": "Iban", "maxLength": 34, "type": "string"}, "bic": {"title": "Bic", "maxLength": 11, "type": "string"}, "name": {"title": "Name", "maxLength": 200, "type": "string"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "counterpart_id": {"title": "Counterpart Id", "type": "string", "format": "uuid4"}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/4fcd9ed6-ca1d-473c-bcf6-e43411bd7bad/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_counterpart_bank_accounts_counterparts__counterpart_id__bank_accounts_get | Returns all bank accounts associated with the specified counterpart. | 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/5b5a065d-26b7-42cf-8853-6160fb733b4c/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_counterpart_by_id_counterparts__counterpart_id__delete | This endpoint marks the counterpart with the given ID as deleted. | 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/5b5a065d-26b7-42cf-8853-6160fb733b4c/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_counterpart_by_id_counterparts__counterpart_id__delete | This endpoint marks the counterpart with the given ID as deleted. | 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/5b5a065d-26b7-42cf-8853-6160fb733b4c/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_counterpart_by_id_counterparts__counterpart_id__delete | This endpoint marks the counterpart with the given ID as deleted. | 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/5b5a065d-26b7-42cf-8853-6160fb733b4c/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_counterpart_by_id_counterparts__counterpart_id__delete | This endpoint marks the counterpart with the given ID as deleted. | 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/cdd9667a-be23-40e9-927d-5d866010221c/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_bank_account_counterparts__counterpart_id__bank_accounts_post | Adds a new bank account to the list of bank accounts associated with the specified counterpart. | 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/cdd9667a-be23-40e9-927d-5d866010221c/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_bank_account_counterparts__counterpart_id__bank_accounts_post | Adds a new bank account to the list of bank accounts associated with the specified counterpart. | 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/cdd9667a-be23-40e9-927d-5d866010221c/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_bank_account_counterparts__counterpart_id__bank_accounts_post | Adds a new bank account to the list of bank accounts associated with the specified counterpart. | 200 | null | {"iban": "", "bic": "", "name": "", "id": "", "counterpart_id": ""} | {"title": "CounterpartBankAccountResponse", "required": ["id", "counterpart_id"], "type": "object", "properties": {"iban": {"title": "Iban", "maxLength": 34, "type": "string"}, "bic": {"title": "Bic", "maxLength": 11, "type": "string"}, "name": {"title": "Name", "maxLength": 200, "type": "string"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "counterpart_id": {"title": "Counterpart Id", "type": "string", "format": "uuid4"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/cdd9667a-be23-40e9-927d-5d866010221c/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_bank_account_counterparts__counterpart_id__bank_accounts_post | Adds a new bank account to the list of bank accounts associated with the specified counterpart. | 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/cdd9667a-be23-40e9-927d-5d866010221c/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_bank_account_counterparts__counterpart_id__bank_accounts_post | Adds a new bank account to the list of bank accounts associated with the specified counterpart. | 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/cdd9667a-be23-40e9-927d-5d866010221c/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_bank_account_counterparts__counterpart_id__bank_accounts_post | Adds a new bank account to the list of bank accounts associated with the specified counterpart. | 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/cdd9667a-be23-40e9-927d-5d866010221c/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_bank_account_counterparts__counterpart_id__bank_accounts_post | Adds a new bank account to the list of bank accounts associated with the specified counterpart. | 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/f17bb378-64cf-40b5-bba9-0b0f6f117714/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_settings_settings_get | Get entity 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/f17bb378-64cf-40b5-bba9-0b0f6f117714/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_settings_settings_get | Get entity 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/f17bb378-64cf-40b5-bba9-0b0f6f117714/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_settings_settings_get | Get entity settings. | 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/f17bb378-64cf-40b5-bba9-0b0f6f117714/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_settings_settings_get | Get entity 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/f17bb378-64cf-40b5-bba9-0b0f6f117714/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_settings_settings_get | Get entity settings. | 200 | null | {"currencies": {"default_currency": "USD", "exchange_rates": [{"base": "", "to": "", "rate": 0}]}, "reminders": {"enabled": true, "excluded_counterparts": []}, "templates": {"receivables_pdf_template_id": ""}} | {"title": "EntitySettingsResponseSchema", "type": "object", "description": "A schema contains entity internal settings for getting settings", "properties": {"currencies": {"title": "CurrencySettingsResponse", "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"}}}, "templates": {"title": "TemplatesSettings", "type": "object", "properties": {"receivables_pdf_template_id": {"type": "string", "format": "uuid"}}, "required": ["receivables_pdf_template_id"]}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f17bb378-64cf-40b5-bba9-0b0f6f117714/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_settings_settings_get | Get entity 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/453dfeac-c417-42f0-8d08-afbe3a021819/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_counterpart_contact_counterparts__counterpart_id__contacts__contact_id__patch | update counterpart contact | 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/453dfeac-c417-42f0-8d08-afbe3a021819/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_counterpart_contact_counterparts__counterpart_id__contacts__contact_id__patch | update counterpart contact | 200 | null | {"first_name": "Mary", "last_name": "O'Brien", "email": "contact@example.org", "phone": "5551235476", "is_default": true, "address": {"country": {"0": "A", "1": "F"}, "city": "Berlin", "postal_code": "10115", "state": "", "line1": "Flughafenstrasse 52", "line2": ""}, "title": "Ms.", "id": "", "counterpart_id": ""} | {"title": "CounterpartContactResponse", "required": ["first_name", "last_name", "email", "phone", "is_default", "address", "id", "counterpart_id"], "type": "object", "properties": {"first_name": {"title": "First Name", "type": "string", "description": "The first name of a contact person."}, "last_name": {"title": "Last Name", "type": "string", "description": "The last name of a contact person."}, "email": {"title": "Email", "type": "string", "description": "The email address of a contact person.", "format": "email"}, "phone": {"title": "Phone", "type": "string", "description": "The phone number of a contact person"}, "is_default": {"title": "Is Default", "type": "boolean", "description": "Specifies if this contact person is the default one in case the organization has multiple contacts."}, "address": {"title": "Address", "allOf": [{"title": "CounterpartAddress", "required": ["country", "city", "postal_code", "state", "line1"], "type": "object", "properties": {"country": {"allOf": [{"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}], "description": "Two-letter ISO country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2))."}, "city": {"title": "City", "type": "string", "description": "City name."}, "postal_code": {"title": "Postal Code", "type": "string", "description": "ZIP or postal code."}, "state": {"title": "State", "type": "string", "description": "State, region, province, or county."}, "line1": {"title": "Line1", "type": "string", "description": "Street address."}, "line2": {"title": "Line2", "type": "string", "description": "Additional address information (if any)."}}, "description": "Address information."}], "description": "The address of a contact person."}, "title": {"title": "Title", "type": "string", "description": "The title or honorific of a contact person. Examples: Mr., Ms., Dr., Prof."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "counterpart_id": {"title": "Counterpart Id", "type": "string", "format": "uuid4"}}, "description": "The contact person for an organization."} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/453dfeac-c417-42f0-8d08-afbe3a021819/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_counterpart_contact_counterparts__counterpart_id__contacts__contact_id__patch | update counterpart contact | 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/453dfeac-c417-42f0-8d08-afbe3a021819/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_counterpart_contact_counterparts__counterpart_id__contacts__contact_id__patch | update counterpart contact | 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/453dfeac-c417-42f0-8d08-afbe3a021819/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_counterpart_contact_counterparts__counterpart_id__contacts__contact_id__patch | update counterpart contact | 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/327d6936-0926-477a-9c3c-ac45444cbcea/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_commercial_conditions_me_settings_commercial_condition_put | Update commercial condition 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/327d6936-0926-477a-9c3c-ac45444cbcea/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_commercial_conditions_me_settings_commercial_condition_put | Update commercial condition 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/327d6936-0926-477a-9c3c-ac45444cbcea/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_commercial_conditions_me_settings_commercial_condition_put | Update commercial condition 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/327d6936-0926-477a-9c3c-ac45444cbcea/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_commercial_conditions_me_settings_commercial_condition_put | Update commercial condition 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/327d6936-0926-477a-9c3c-ac45444cbcea/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_commercial_conditions_me_settings_commercial_condition_put | Update commercial condition 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/327d6936-0926-477a-9c3c-ac45444cbcea/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_commercial_conditions_me_settings_commercial_condition_put | Update commercial condition 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/327d6936-0926-477a-9c3c-ac45444cbcea/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_commercial_conditions_me_settings_commercial_condition_put | Update commercial condition 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/b7f936f3-4ffd-4975-9eb8-86720f15a8aa/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_vat_classes_vat_classes_get | This endpoint lists all VAT classes sorted by creation date, with the most recently created invoices appearing first. | 200 | null | {"data": [{"value": 0, "country": "AF", "id": "", "created_at": "", "updated_at": ""}]} | {"title": "VatClassListResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "VatClassResponse", "required": ["value", "country", "created_at", "updated_at"], "type": "object", "properties": {"value": {"title": "Value", "maximum": 10000, "minimum": 0, "type": "integer", "description": "Percent minor units. Example: 12.5% is 1250"}, "country": {"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/b7f936f3-4ffd-4975-9eb8-86720f15a8aa/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_vat_classes_vat_classes_get | This endpoint lists all VAT classes sorted by creation date, with the most recently created invoices 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/b7f936f3-4ffd-4975-9eb8-86720f15a8aa/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_vat_classes_vat_classes_get | This endpoint lists all VAT classes sorted by creation date, with the most recently created invoices 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/b7f936f3-4ffd-4975-9eb8-86720f15a8aa/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_vat_classes_vat_classes_get | This endpoint lists all VAT classes sorted by creation date, with the most recently created invoices 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/3be2264d-1b02-46d9-ad23-ba29e4b02452/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_role_by_id_roles__role_id__get | Get 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/3be2264d-1b02-46d9-ad23-ba29e4b02452/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_role_by_id_roles__role_id__get | Get 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/3be2264d-1b02-46d9-ad23-ba29e4b02452/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_role_by_id_roles__role_id__get | Get 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/3be2264d-1b02-46d9-ad23-ba29e4b02452/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_role_by_id_roles__role_id__get | Get 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/3be2264d-1b02-46d9-ad23-ba29e4b02452/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_role_by_id_roles__role_id__get | Get 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/3be2264d-1b02-46d9-ad23-ba29e4b02452/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_role_by_id_roles__role_id__get | Get 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/3be2264d-1b02-46d9-ad23-ba29e4b02452/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_role_by_id_roles__role_id__get | Get 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/3be2264d-1b02-46d9-ad23-ba29e4b02452/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_role_by_id_roles__role_id__get | Get 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/acd727c7-c1d9-4671-bdaa-d5a67b968e0f/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_contact_counterparts__counterpart_id__contacts_post | create counterpart contact | 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/acd727c7-c1d9-4671-bdaa-d5a67b968e0f/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_contact_counterparts__counterpart_id__contacts_post | create counterpart contact | 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/acd727c7-c1d9-4671-bdaa-d5a67b968e0f/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_contact_counterparts__counterpart_id__contacts_post | create counterpart contact | 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/acd727c7-c1d9-4671-bdaa-d5a67b968e0f/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_contact_counterparts__counterpart_id__contacts_post | create counterpart contact | 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/acd727c7-c1d9-4671-bdaa-d5a67b968e0f/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_contact_counterparts__counterpart_id__contacts_post | create counterpart contact | 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/acd727c7-c1d9-4671-bdaa-d5a67b968e0f/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_contact_counterparts__counterpart_id__contacts_post | create counterpart contact | 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/acd727c7-c1d9-4671-bdaa-d5a67b968e0f/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_counterpart_contact_counterparts__counterpart_id__contacts_post | create counterpart contact | 200 | null | {"first_name": "Mary", "last_name": "O'Brien", "email": "contact@example.org", "phone": "5551235476", "is_default": true, "address": {"country": {"0": "A", "1": "F"}, "city": "Berlin", "postal_code": "10115", "state": "", "line1": "Flughafenstrasse 52", "line2": ""}, "title": "Ms.", "id": "", "counterpart_id": ""} | {"title": "CounterpartContactResponse", "required": ["first_name", "last_name", "email", "phone", "is_default", "address", "id", "counterpart_id"], "type": "object", "properties": {"first_name": {"title": "First Name", "type": "string", "description": "The first name of a contact person."}, "last_name": {"title": "Last Name", "type": "string", "description": "The last name of a contact person."}, "email": {"title": "Email", "type": "string", "description": "The email address of a contact person.", "format": "email"}, "phone": {"title": "Phone", "type": "string", "description": "The phone number of a contact person"}, "is_default": {"title": "Is Default", "type": "boolean", "description": "Specifies if this contact person is the default one in case the organization has multiple contacts."}, "address": {"title": "Address", "allOf": [{"title": "CounterpartAddress", "required": ["country", "city", "postal_code", "state", "line1"], "type": "object", "properties": {"country": {"allOf": [{"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}], "description": "Two-letter ISO country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2))."}, "city": {"title": "City", "type": "string", "description": "City name."}, "postal_code": {"title": "Postal Code", "type": "string", "description": "ZIP or postal code."}, "state": {"title": "State", "type": "string", "description": "State, region, province, or county."}, "line1": {"title": "Line1", "type": "string", "description": "Street address."}, "line2": {"title": "Line2", "type": "string", "description": "Additional address information (if any)."}}, "description": "Address information."}], "description": "The address of a contact person."}, "title": {"title": "Title", "type": "string", "description": "The title or honorific of a contact person. Examples: Mr., Ms., Dr., Prof."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "counterpart_id": {"title": "Counterpart Id", "type": "string", "format": "uuid4"}}, "description": "The contact person for an organization."} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/938e155b-3a2d-4d29-9ce8-1ac0011d90d4/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_product_products__product_id__patch | This endpoint updates the good, material, or service with the given ID. | 200 | 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/938e155b-3a2d-4d29-9ce8-1ac0011d90d4/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_product_products__product_id__patch | This endpoint updates the good, material, or service 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/938e155b-3a2d-4d29-9ce8-1ac0011d90d4/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_product_products__product_id__patch | This endpoint updates the good, material, or service 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/938e155b-3a2d-4d29-9ce8-1ac0011d90d4/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_product_products__product_id__patch | This endpoint updates 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/938e155b-3a2d-4d29-9ce8-1ac0011d90d4/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_product_products__product_id__patch | This endpoint updates 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/938e155b-3a2d-4d29-9ce8-1ac0011d90d4/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_product_products__product_id__patch | This endpoint updates 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/e829bd87-54c0-468f-ae03-12a97f423e86/0/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 | 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/e829bd87-54c0-468f-ae03-12a97f423e86/1/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 | 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/e829bd87-54c0-468f-ae03-12a97f423e86/2/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 | 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/e829bd87-54c0-468f-ae03-12a97f423e86/3/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 | 200 | null | {"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": ""}]} | {"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."} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e829bd87-54c0-468f-ae03-12a97f423e86/4/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 | 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/e829bd87-54c0-468f-ae03-12a97f423e86/5/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 | 404 | 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.