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/e52cb993-bd02-4f45-b59b-1179f2c46b5f/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_comments_comments__object_typeobjectidget
Get comments
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/e52cb993-bd02-4f45-b59b-1179f2c46b5f/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_comments_comments__object_typeobjectidget
Get comments
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/e52cb993-bd02-4f45-b59b-1179f2c46b5f/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_comments_comments__object_typeobjectidget
Get comments
200
null
[{"id": "", "entity_id": "", "status": "active", "entity_user_id": "", "api_user_id": "", "partner_id": "", "object_id": "", "object_type": "", "text": "", "mentions": [{"visible_name": "", "group": "", "recipient": ""}], "replies_to": "", "attachments": [{"id": "", "created_at": "", "file_type": "payables", "name": "invoice.pdf", "region": "eu-central-1", "md5": "31d1a2dd1ad3dfc39be849d70a68dac0", "mimetype": "application/pdf", "url": "https://bucketname.s3.amazonaws.com/12345/67890.pdf", "size": 24381, "previews": [{"url": "https://bucketname.s3.amazonaws.com/1/2/3.png", "width": 200, "height": 400}], "pages": [{"id": "", "mimetype": "", "size": 0, "number": 0, "url": ""}]}], "edited_at": "", "created_at": ""}]
{"title": "Response Get Comments Comments Object Type Object Id Get", "type": "array", "items": {"title": "CommentSchema", "required": ["id", "entity_id", "status", "entity_user_id", "object_id", "object_type", "text"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "entity_id": {"title": "Entity Id", "type": "string", "format": "uuid4"}, "status": {"title": "StatusEnum", "enum": ["active", "deleted"], "type": "string", "description": "An enumeration."}, "entity_user_id": {"title": "Entity User Id", "type": "string", "format": "uuid4"}, "api_user_id": {"title": "Api User Id", "type": "string", "format": "uuid4"}, "partner_id": {"title": "Partner Id", "type": "string", "format": "uuid4"}, "object_id": {"title": "Object Id", "type": "string"}, "object_type": {"title": "Object Type", "type": "string"}, "text": {"title": "Text", "type": "string"}, "mentions": {"title": "Mentions", "type": "array", "items": {"title": "MentionSchema", "required": ["visible_name", "group", "recipient"], "type": "object", "properties": {"visible_name": {"title": "Visible Name", "type": "string"}, "group": {"title": "Group", "type": "string"}, "recipient": {"title": "Recipient", "type": "string"}}}}, "replies_to": {"title": "Replies To", "type": "string", "format": "uuid4"}, "attachments": {"title": "Attachments", "type": "array", "items": {"title": "FileSchema", "required": ["id", "created_at", "file_type", "name", "region", "md5", "mimetype", "url", "size"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "A unique ID of this file.", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "description": "UTC date and time when this workflow was uploaded to Monite. Timestamps follow the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.", "format": "date-time"}, "file_type": {"title": "File Type", "type": "string", "description": "The type of the business object associated with this file."}, "name": {"title": "Name", "type": "string", "description": "The original file name (if available)."}, "region": {"title": "Region", "type": "string", "description": "Geographical region of the data center where the file is stored."}, "md5": {"title": "Md5", "type": "string", "description": "The MD5 hash of the file."}, "mimetype": {"title": "Mimetype", "type": "string", "description": "The file's [media type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)."}, "url": {"title": "Url", "type": "string", "description": "The URL to download the file."}, "size": {"title": "Size", "type": "integer", "description": "The file size in bytes."}, "previews": {"title": "Previews", "type": "array", "items": {"title": "PreviewSchema", "required": ["url", "width", "height"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "description": "The image URL."}, "width": {"title": "Width", "type": "integer", "description": "The image width in pixels."}, "height": {"title": "Height", "type": "integer", "description": "The image height in pixels."}}, "description": "A preview image generated for a file."}, "description": "Preview images generated for this file. There can be multiple images with different sizes.", "default": []}, "pages": {"title": "Pages", "type": "array", "items": {"title": "PageSchema", "required": ["id", "mimetype", "size", "number", "url"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "mimetype": {"title": "Mimetype", "type": "string"}, "size": {"title": "Size", "type": "integer"}, "number": {"title": "Number", "type": "integer"}, "url": {"title": "Url", "type": "string"}}}, "default": []}}, "description": "Represents a file (such as a PDF invoice) that was uploaded to Monite."}}, "edited_at": {"title": "Edited At", "type": "string", "format": "date-time"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/e52cb993-bd02-4f45-b59b-1179f2c46b5f/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_comments_comments__object_typeobjectidget
Get comments
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/e52cb993-bd02-4f45-b59b-1179f2c46b5f/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_comments_comments__object_typeobjectidget
Get comments
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/7/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/55f6ac6a-8a69-4876-ad70-d9f1ce3c55e4/8/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
confirm_payment_payables__payable_id__approve_payment_operation_post
Confirms that the payable is ready to be paid.
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/5a01f381-e7ce-4f86-af08-3accccf17e89/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
read_personal_info_info_get
Read personal info
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/5a01f381-e7ce-4f86-af08-3accccf17e89/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
read_personal_info_info_get
Read personal info
200
null
{"id": "", "role": {"id": "", "name": "", "permissions": {"objects": []}, "status": {"0": "a", "1": "c", "2": "t", "3": "i", "4": "v", "5": "e"}, "created_at": "", "updated_at": ""}, "userpic": {"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": ""}]}, "login": "", "first_name": "", "last_name": "", "partner_id": "", "status": {"0": "a", "1": "c", "2": "t", "3": "i", "4": "v", "5": "e"}, "created_at": "", "updated_at": "", "info": {"email": "", "phone": ""}}
{"title": "EntityUserResponse", "required": ["id", "login", "partner_id", "status", "created_at", "updated_at"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "UUID entity user ID", "format": "uuid4"}, "role": {"title": "Role", "allOf": [{"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"}}}], "description": "Role assigned to this entity user"}, "userpic": {"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."}, "login": {"title": "Login", "type": "string", "description": "Email, phone or login"}, "first_name": {"title": "First Name", "type": "string", "description": "First name"}, "last_name": {"title": "Last Name", "type": "string", "description": "Last name"}, "partner_id": {"title": "Partner Id", "type": "string", "description": "ID api partner", "format": "uuid4"}, "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"}, "info": {"title": "Info", "allOf": [{"title": "EntityInfoSchema", "type": "object", "properties": {"email": {"title": "Email", "type": "string", "description": "An entity user business email", "format": "email"}, "phone": {"title": "Phone", "type": "string", "description": "An entity user phone number in the international format"}}, "description": "A scheme for validation an entity user additional info"}], "description": "Additional information about entity user"}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/5a01f381-e7ce-4f86-af08-3accccf17e89/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
read_personal_info_info_get
Read personal info
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/5a01f381-e7ce-4f86-af08-3accccf17e89/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
read_personal_info_info_get
Read personal info
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/5a01f381-e7ce-4f86-af08-3accccf17e89/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
read_personal_info_info_get
Read personal info
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/5a01f381-e7ce-4f86-af08-3accccf17e89/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
read_personal_info_info_get
Read personal info
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/5a01f381-e7ce-4f86-af08-3accccf17e89/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
read_personal_info_info_get
Read personal info
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/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
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/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
200
null
{"name": "Marketing", "id": ""}
{"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."}
7eaa3365-9486-4a24-9af1-bdba5325b13d/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
406
null
{"error": {"message": ""}}
{"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
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/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
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/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
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/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
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/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/7/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
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/64ca5d86-1cd5-4e10-aea8-2d89513f5af0/8/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_tag_tags__tag_id__patch
Change the tag name. The new name must be unique among existing tags. Tag names are case-sensitive, that is Marketing and marketing are two different tags.
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/c776ecd1-ed11-4543-b842-589d389e4729/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
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/c776ecd1-ed11-4543-b842-589d389e4729/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
416
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/c776ecd1-ed11-4543-b842-589d389e4729/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
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/c776ecd1-ed11-4543-b842-589d389e4729/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
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/c776ecd1-ed11-4543-b842-589d389e4729/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
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/c776ecd1-ed11-4543-b842-589d389e4729/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
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/c776ecd1-ed11-4543-b842-589d389e4729/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
200
null
[{"object_type": "", "available_types": {}}]
{"title": "Response Get Supported Export Formats Data Exports Supported Formats Get", "type": "array", "items": {"title": "SupportedFormatSchema", "required": ["object_type", "available_types"], "type": "object", "properties": {"object_type": {"title": "Object Type", "type": "string"}, "available_types": {"title": "Available Types", "type": "object", "additionalProperties": {"type": "array", "items": {}}}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/c776ecd1-ed11-4543-b842-589d389e4729/7/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
406
null
{"error": {"message": ""}}
{"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/c776ecd1-ed11-4543-b842-589d389e4729/8/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
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/c776ecd1-ed11-4543-b842-589d389e4729/9/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_supported_export_formats_data_exports_supported_formats_get
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/ce2118a2-d7ca-49b8-a1d4-056892ce39a7/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_webhook_settings_me_webhooks_put
Update webhook 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/ce2118a2-d7ca-49b8-a1d4-056892ce39a7/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_webhook_settings_me_webhooks_put
Update webhook 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/ce2118a2-d7ca-49b8-a1d4-056892ce39a7/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_webhook_settings_me_webhooks_put
Update webhook 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/ce2118a2-d7ca-49b8-a1d4-056892ce39a7/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_webhook_settings_me_webhooks_put
Update webhook settings
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/ce2118a2-d7ca-49b8-a1d4-056892ce39a7/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_webhook_settings_me_webhooks_put
Update webhook 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/ce2118a2-d7ca-49b8-a1d4-056892ce39a7/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_webhook_settings_me_webhooks_put
Update webhook 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/ce2118a2-d7ca-49b8-a1d4-056892ce39a7/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_webhook_settings_me_webhooks_put
Update webhook 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/ce2118a2-d7ca-49b8-a1d4-056892ce39a7/7/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_webhook_settings_me_webhooks_put
Update webhook 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/8d2ef529-97fa-48e8-bb79-be2abdf47e10/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
create_new_role_roles_post
Create role
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/8d2ef529-97fa-48e8-bb79-be2abdf47e10/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
create_new_role_roles_post
Create role
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/8d2ef529-97fa-48e8-bb79-be2abdf47e10/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
create_new_role_roles_post
Create role
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/8d2ef529-97fa-48e8-bb79-be2abdf47e10/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
create_new_role_roles_post
Create role
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/8d2ef529-97fa-48e8-bb79-be2abdf47e10/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
create_new_role_roles_post
Create role
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/8d2ef529-97fa-48e8-bb79-be2abdf47e10/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
create_new_role_roles_post
Create role
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/8d2ef529-97fa-48e8-bb79-be2abdf47e10/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
create_new_role_roles_post
Create role
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/8d2ef529-97fa-48e8-bb79-be2abdf47e10/7/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
create_new_role_roles_post
Create role
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/f4f874c2-5258-4060-8cc5-de8d0db05b46/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
make_counterpart_contact_default_counterparts__counterpart_id__contacts__contact_id__make_default_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/f4f874c2-5258-4060-8cc5-de8d0db05b46/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
make_counterpart_contact_default_counterparts__counterpart_id__contacts__contact_id__make_default_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/f4f874c2-5258-4060-8cc5-de8d0db05b46/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
make_counterpart_contact_default_counterparts__counterpart_id__contacts__contact_id__make_default_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/f4f874c2-5258-4060-8cc5-de8d0db05b46/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
make_counterpart_contact_default_counterparts__counterpart_id__contacts__contact_id__make_default_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/f4f874c2-5258-4060-8cc5-de8d0db05b46/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
make_counterpart_contact_default_counterparts__counterpart_id__contacts__contact_id__make_default_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/da8aaad6-c8de-400c-8108-c96e4fecb825/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_counterpart_contacts_counterparts__counterpart_id__contacts_get
get counterpart contacts
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": "Response Get Counterpart Contacts Counterparts Counterpart Id Contacts Get", "type": "array", "items": {"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/da8aaad6-c8de-400c-8108-c96e4fecb825/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_counterpart_contacts_counterparts__counterpart_id__contacts_get
get counterpart contacts
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/da8aaad6-c8de-400c-8108-c96e4fecb825/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_counterpart_contacts_counterparts__counterpart_id__contacts_get
get counterpart contacts
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/da8aaad6-c8de-400c-8108-c96e4fecb825/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_counterpart_contacts_counterparts__counterpart_id__contacts_get
get counterpart contacts
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/da8aaad6-c8de-400c-8108-c96e4fecb825/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_counterpart_contacts_counterparts__counterpart_id__contacts_get
get counterpart contacts
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/175e7e43-820c-47d1-b90e-58ec18754a7f/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
check_auth_status_auth__entity_user_id__get
Check that the current user is logged in to Monite as an Entity Users. A 200 OK response indicates that the current user is still logged in.
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/175e7e43-820c-47d1-b90e-58ec18754a7f/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
check_auth_status_auth__entity_user_id__get
Check that the current user is logged in to Monite as an Entity Users. A 200 OK response indicates that the current user is still logged in.
400
null
{"error": {"message": ""}}
{"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/175e7e43-820c-47d1-b90e-58ec18754a7f/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
check_auth_status_auth__entity_user_id__get
Check that the current user is logged in to Monite as an Entity Users. A 200 OK response indicates that the current user is still logged in.
405
null
{"error": {"message": ""}}
{"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/175e7e43-820c-47d1-b90e-58ec18754a7f/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
check_auth_status_auth__entity_user_id__get
Check that the current user is logged in to Monite as an Entity Users. A 200 OK response indicates that the current user is still logged in.
500
null
{"error": {"message": ""}}
{"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/175e7e43-820c-47d1-b90e-58ec18754a7f/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
check_auth_status_auth__entity_user_id__get
Check that the current user is logged in to Monite as an Entity Users. A 200 OK response indicates that the current user is still logged in.
401
null
{"error": {"message": ""}}
{"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/175e7e43-820c-47d1-b90e-58ec18754a7f/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
check_auth_status_auth__entity_user_id__get
Check that the current user is logged in to Monite as an Entity Users. A 200 OK response indicates that the current user is still logged in.
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/c8c2d9e2-7501-42fd-91e4-4947a0d51502/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_roles_roles_get
Get list of roles
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/c8c2d9e2-7501-42fd-91e4-4947a0d51502/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_roles_roles_get
Get list of roles
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/c8c2d9e2-7501-42fd-91e4-4947a0d51502/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_roles_roles_get
Get list of roles
406
null
{"error": {"message": ""}}
{"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/c8c2d9e2-7501-42fd-91e4-4947a0d51502/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_roles_roles_get
Get list of roles
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/c8c2d9e2-7501-42fd-91e4-4947a0d51502/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_roles_roles_get
Get list of roles
200
null
{"data": [{"id": "", "name": "", "permissions": {"objects": []}, "status": {"0": "a", "1": "c", "2": "t", "3": "i", "4": "v", "5": "e"}, "created_at": "", "updated_at": ""}], "prev_pagination_token": "", "next_pagination_token": ""}
{"title": "RolePaginationResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"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"}}}, "description": "array of records"}, "prev_pagination_token": {"title": "Prev Pagination Token", "type": "string", "description": "optional querystring with pagination parameters, null if there is no page"}, "next_pagination_token": {"title": "Next Pagination Token", "type": "string", "description": "optional querystring with pagination parameters, null if there is no page"}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/c8c2d9e2-7501-42fd-91e4-4947a0d51502/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_roles_roles_get
Get list of roles
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/c8c2d9e2-7501-42fd-91e4-4947a0d51502/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_roles_roles_get
Get list of roles
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/c8c2d9e2-7501-42fd-91e4-4947a0d51502/7/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
get_roles_roles_get
Get list of roles
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/91e4cd39-38bb-45b9-aeb2-81251e3fc041/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
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/91e4cd39-38bb-45b9-aeb2-81251e3fc041/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
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/91e4cd39-38bb-45b9-aeb2-81251e3fc041/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
200
null
{"id": ""}
{"title": "CreateExportTaskResponseSchema", "required": ["id"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}}}
7eaa3365-9486-4a24-9af1-bdba5325b13d/91e4cd39-38bb-45b9-aeb2-81251e3fc041/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
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/91e4cd39-38bb-45b9-aeb2-81251e3fc041/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
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/91e4cd39-38bb-45b9-aeb2-81251e3fc041/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
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/91e4cd39-38bb-45b9-aeb2-81251e3fc041/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
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/91e4cd39-38bb-45b9-aeb2-81251e3fc041/7/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
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/91e4cd39-38bb-45b9-aeb2-81251e3fc041/8/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
add_document_export_data_exports_post
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/aa712856-9cdd-498d-9ae3-59d0ea802a9b/0/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_unit_settings_me_settings_measure_units_put
Update unit 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/aa712856-9cdd-498d-9ae3-59d0ea802a9b/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_unit_settings_me_settings_measure_units_put
Update unit 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/aa712856-9cdd-498d-9ae3-59d0ea802a9b/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_unit_settings_me_settings_measure_units_put
Update unit 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/aa712856-9cdd-498d-9ae3-59d0ea802a9b/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_unit_settings_me_settings_measure_units_put
Update unit 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/aa712856-9cdd-498d-9ae3-59d0ea802a9b/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_unit_settings_me_settings_measure_units_put
Update unit 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/aa712856-9cdd-498d-9ae3-59d0ea802a9b/5/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_unit_settings_me_settings_measure_units_put
Update unit 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/aa712856-9cdd-498d-9ae3-59d0ea802a9b/6/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
update_unit_settings_me_settings_measure_units_put
Update unit 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/6ebcd1ad-eade-4671-892b-b13942f2135f/1/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
delete_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__delete
delete 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/6ebcd1ad-eade-4671-892b-b13942f2135f/2/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
delete_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__delete
delete 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/6ebcd1ad-eade-4671-892b-b13942f2135f/3/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
delete_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__delete
delete 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/6ebcd1ad-eade-4671-892b-b13942f2135f/4/0
Monite
Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management.
0.1
delete_counterpart_contact_by_id_counterparts__counterpart_id__contacts__contact_id__delete
delete 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"}}}}}}