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
1e9731ff-f05a-46e0-9b9f-d45e4628e619/951ce8e0-5b69-45f9-9d8c-0c2f4159e2be/1/0
LimouCloud
LimouCloud APIs
0.2
Confirm Verification Code
Please send verification code in post request to confirm
200
New Example
{"success": true, "message": "Please Enter Your Password", "data": {"message": "send POST request to following url", "url": "/api/accounts/user/set-user-password/admin/4110", "redirect_url": "http://127.0.0.1:8000/account/reset-password/admin/4110"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"message": {"type": "string"}, "url": {"type": "string"}, "redirect_url": {"type": "string"}}, "required": ["message", "redirect_url", "...
1e9731ff-f05a-46e0-9b9f-d45e4628e619/0c4c3da6-01d8-4847-9f16-c2a464089fdc/0/0
LimouCloud
LimouCloud APIs
0.2
Update Work Status
Please send is_active in body params
200
New Example
{"success": true, "message": "User Work Status has been updated successfully to True", "data": null, "status_code": 200}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "null"}, "status_code": {"type": "integer"}}, "required": ["data", "message", "status_code", "success"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/0c4c3da6-01d8-4847-9f16-c2a464089fdc/1/0
LimouCloud
LimouCloud APIs
0.2
Update Work Status
Please send is_active in body params
401
New Example
{"detail": "Authentication credentials were not provided."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "string"}}, "required": ["detail"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/8a4222a5-68da-4235-bceb-7a2ee21b1bad/0/0
LimouCloud
LimouCloud APIs
0.2
Reset Forgotten password
Please reset the forgotten password by sending email in body
200
New Example
{"success": true, "message": "Please check your email for reset password", "data": {"username": "{username}", "redirect_url": "{some url}"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"username": {"type": "string"}, "redirect_url": {"type": "string"}}, "required": ["redirect_url", "username"]}}, "required": ["data", "m...
1e9731ff-f05a-46e0-9b9f-d45e4628e619/6ffb7de1-792f-41a8-9822-a97e7014c5e1/0/0
LimouCloud
LimouCloud APIs
0.2
Set New Password
Set new password after getting code in email. Please do include username and code in URL path
200
New Example
{"success": true, "message": "Password Reset Successfully!", "data": {"redirect_url": "/account/login/?success=true&message=Password Reset Successfully!"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"redirect_url": {"type": "string"}}, "required": ["redirect_url"]}}, "required": ["data", "message", "success"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/6ffb7de1-792f-41a8-9822-a97e7014c5e1/1/0
LimouCloud
LimouCloud APIs
0.2
Set New Password
Set new password after getting code in email. Please do include username and code in URL path
403
New Example
{"success": false, "message": "Incorrect information provided", "errors": ["Invalid code provided"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["errors", "message", "success"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/f3989cad-41ab-4219-9811-1a89b2ff0aa2/0/0
LimouCloud
LimouCloud APIs
0.2
Get all checklists
Get the Checklists created by driver
200
New Example
{"success": true, "message": "Operation Success!", "data": {"links": {"next": null, "previous": null}, "count": 0, "results": [{"id": 1, "driver": {"id": 3, "full_name": "Driver 123", "username": "driver123", "email": "driver123@yopmail.com"}, "vehicle": {"id": 2, "name": "Rahim Diaz", "make": "ABC", "is_on_ride": fals...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"links": {"type": "object", "properties": {"next": {"type": "null"}, "previous": {"type": "null"}}, "required": ["next", "previous"]}, "...
1e9731ff-f05a-46e0-9b9f-d45e4628e619/f3989cad-41ab-4219-9811-1a89b2ff0aa2/1/0
LimouCloud
LimouCloud APIs
0.2
Get all checklists
Get the Checklists created by driver
401
New Example
{"detail": "Authentication credentials were not provided."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "string"}}, "required": ["detail"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/8d888d38-d2b3-421c-a8c4-daea6ccfcb8d/0/0
LimouCloud
LimouCloud APIs
0.2
Get assigned Vehicle
Get the Assigned vehicle to add its id in Checklist creation
401
New Example
{"detail": "Authentication credentials were not provided."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "string"}}, "required": ["detail"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/8d888d38-d2b3-421c-a8c4-daea6ccfcb8d/1/0
LimouCloud
LimouCloud APIs
0.2
Get assigned Vehicle
Get the Assigned vehicle to add its id in Checklist creation
200
New Example
{"success": true, "message": "Operation Success!", "data": {"id": 4, "name": "Accord", "make": "Honda", "is_on_ride": false, "model_name": "Honda Accord", "year": "1976", "license": "Anim", "plate_number": "512", "vehicle_number": "138", "color": "RED", "vin": "Voluptatem", "insurance_company": "Ortega Miranda Inc", "t...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "make": {"type": "string"}, "is_on_ride": {"type": "boolean"}, "model_name": {"ty...
1e9731ff-f05a-46e0-9b9f-d45e4628e619/afdd8728-e6bc-46f1-9646-80036357203b/0/0
LimouCloud
LimouCloud APIs
0.2
Get Reservation by ID
Get Reservation by ID
401
New Example
{"detail": "Authentication credentials were not provided."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "string"}}, "required": ["detail"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/afdd8728-e6bc-46f1-9646-80036357203b/1/0
LimouCloud
LimouCloud APIs
0.2
Get Reservation by ID
Get Reservation by ID
200
New Example
{"success": true, "message": "Operation Success!", "data": {"id": 20, "client": {"id": 1, "primary_phone": "+1 (859) 144-2633", "secondary_phone": "+1 (859) 144-2633", "is_client_active": true, "is_corporate_client": true, "created_at": "2021-10-12T06:28:42.533285Z", "updated_at": "2021-10-12T06:28:54.832741Z", "compan...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "integer"}, "client": {"type": "object", "properties": {"id": {"type": "integer"}, "primary_phone": {"type": "string"}, "...
1e9731ff-f05a-46e0-9b9f-d45e4628e619/afdd8728-e6bc-46f1-9646-80036357203b/2/0
LimouCloud
LimouCloud APIs
0.2
Get Reservation by ID
Get Reservation by ID
404
New Example
{"detail": "Not found."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "string"}}, "required": ["detail"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/fa068b10-b29e-49d6-8018-dbb5dbd33a8f/0/0
LimouCloud
LimouCloud APIs
0.2
Get Reservations
get all driver related reservations
200
New Example
{"success": true, "message": "Operation Success!", "data": {"links": {"next": null, "previous": null}, "count": 0, "results": [{"id": 20, "client": {"id": 1, "primary_phone": "+1 (859) 144-2633", "secondary_phone": "+1 (859) 144-2633", "is_client_active": true, "is_corporate_client": true, "created_at": "2021-10-12T06:...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"links": {"type": "object", "properties": {"next": {"type": "null"}, "previous": {"type": "null"}}, "required": ["next", "previous"]}, "...
1e9731ff-f05a-46e0-9b9f-d45e4628e619/fa068b10-b29e-49d6-8018-dbb5dbd33a8f/1/0
LimouCloud
LimouCloud APIs
0.2
Get Reservations
get all driver related reservations
401
New Example
{"details": "unauthorized"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"details": {"type": "string"}}, "required": ["details"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/4e09da4f-c593-4ff2-9649-0635fb555d7f/0/0
LimouCloud
LimouCloud APIs
0.2
Login
Account login via username and password
403
New Example
{"success": false, "message": "User not found!", "errors": null}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "null"}}, "required": ["errors", "message", "success"]}
1e9731ff-f05a-46e0-9b9f-d45e4628e619/4e09da4f-c593-4ff2-9649-0635fb555d7f/1/0
LimouCloud
LimouCloud APIs
0.2
Login
Account login via username and password
200
New Example
{"success": true, "message": "User Login Successfully", "data": {"token": "{token}", "user_profile": {"id": 6, "address": {"id": 2, "address": "ABC", "city": "Abc", "state": "Abc", "country": "Abc", "zip_code": 1234}, "user": {"first_name": "Driver", "last_name": "Test", "username": "driver123", "email": "driver123@yop...
{"success": true, "status code": 200, "message": "User Login Successfully", "data": {"token": "9bbdb4d84e4f13399daf6bdc6215d1d20f0f04ff", "user_profile": {"id": 6, "address": {"id": 2, "address": "BOR Bismillah block 3 H# 10", "city": "Lahore", "state": "Punjab", "country": "Pakistan", "zip_code": 54000}, "user": {"fir...
6a434400-e0fe-4b91-940a-6c12b8a984c1/e2af4dca-51ed-49fe-bec8-a8af8247c325/0/0
Messages Generation Tool
Generate emails or connection requests based on your prospect’s Linkedin profile. This tool is especially powerful for sales and marketing teams.
null
generateLinkedinMessages
Generate 5 different hyper personalized Linkedin connection messages instantly. You also have access to key data about your prospect easily.
200
Response
{"current_company": {"company_name": "Queens'\u200b College, Cambridge", "title": "President"}, "education": {"degree": "Doctorate", "fields_of_study": ["Economics"], "school_name": "Oxford University"}, "first_name": "Mohamed", "industry": "Higher Education", "last_name": "El-Erian", "location": "Cambridge, England, U...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_company": {"type": "object", "properties": {"company_name": {"type": "string"}, "title": {"type": "string"}}, "required": ["company_name", "title"]}, "education": {"type": "object", "properties": {"degree": {"type": "string"}, "fiel...
6a434400-e0fe-4b91-940a-6c12b8a984c1/15cccb74-3ec0-4132-9e4a-45f377c8321a/0/0
Messages Generation Tool
Generate emails or connection requests based on your prospect’s Linkedin profile. This tool is especially powerful for sales and marketing teams.
null
generateEmailOpeners
Generate 5 different hyper-personalized email openers instantly. You also have access to key data about your prospect easily.
200
Response
{"current_company": {"company_name": "JLo Beauty", "title": "Founder"}, "education": null, "first_name": "Jennifer", "industry": "Entertainment", "last_name": "Lopez", "location": "Los Angeles, California, United States", "output_1": "I must say, your outstanding track record is impressive. I admire your achievements i...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_company": {"type": "object", "properties": {"company_name": {"type": "string"}, "title": {"type": "string"}}, "required": ["company_name", "title"]}, "education": {"type": "null"}, "first_name": {"type": "string"}, "industry": {"typ...
f38cac71-acf9-47be-9738-a4191e15b288/ef95bf73-3a98-4e80-94c9-9c889ee6462a/0/0
Git Pager
Easility perform CRUD (Create, Read, Update and Delete) operations on any Github repo!
null
List folder contents
Lists all of the contents of a specific Github repo.
200
Response
[{"name": ".github", "path": ".github", "sha": "7e834fe3bce0ca4313938481e1610c30cb481735", "size": 0, "url": "https://api.github.com/repos/gina305/Switch-Code/contents/.github?ref=main", "html_url": "https://github.com/gina305/Switch-Code/tree/main/.github", "git_url": "https://api.github.com/repos/gina305/Switch-Code/...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "sha": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "git_url": {"type": "string"}, "download_ur...
e7c04702-08be-4cb5-b83c-ad288be0182a/acdddd9a-7411-4c95-ba97-99031873566f/0/0
Real Estate USA
The API to search properties for sale or rent in USA
0.3
get property by id
get property by id
200
Response
{"meta": {"version": "1.1.251", "transformVersion": "2.0.20", "transformApi": "clientAPI", "data_key": "result", "api": "graphQL"}, "property": {"id": 1088950142, "rethink_id": 2928487827, "prop_status": "for_sale", "public_records": [{"baths": 2, "baths_1qtr": null, "baths_3qtr": null, "baths_full": 2, "baths_half": n...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "transformVersion": {"type": "string"}, "transformApi": {"type": "string"}, "data_key": {"type": "string"}, "api": {"type": "string"}}, "required": ["api", "data_key", ...
e7c04702-08be-4cb5-b83c-ad288be0182a/61ff2de0-9411-41d2-825c-08f27f3e7095/0/0
Real Estate USA
The API to search properties for sale or rent in USA
0.3
locate schools
locate schools
200
Response
{"meta": {"build": "3.23.151"}, "schools": [{"nces_id": "062523003773", "id": "078590231", "greatschools_id": "0601317", "name": "Robert P. Ulrich Elementary School", "education_levels": ["elementary"], "funding_type": "public", "lat": 35.122802, "lon": -117.967056, "student_count": 527, "student_teacher_ratio": 22.4, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "schools": {"type": "array", "items": {"type": "object", "properties": {"nces_id": {"type": "string"}, "id": {"type": "string"}, "greatschools_id...
e7c04702-08be-4cb5-b83c-ad288be0182a/6c6b2651-ca66-4868-86e4-ed54789e2994/0/0
Real Estate USA
The API to search properties for sale or rent in USA
0.3
list finance rates
list finance rates
200
Response
{"meta": {"build": "3.23.151"}, "rates": {"property_tax": 1.25, "insurance_rate": 0.3, "average_rate_30_year": "3.123", "average_rate_30_year_fha": "3.065", "average_rate_30_year_va": "2.997", "average_rate_20_year": "2.91", "average_rate_15_year": "2.491", "average_rate_10_year": "2.379", "average_rate_51_arm": "2.789...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "rates": {"type": "object", "properties": {"property_tax": {"type": "number"}, "insurance_rate": {"type": "number"}, "average_rate_30_year": {"ty...
e7c04702-08be-4cb5-b83c-ad288be0182a/50587fa8-a551-4472-9c26-53bb05cc2b43/0/0
Real Estate USA
The API to search properties for sale or rent in USA
0.3
calculate mortgage
calculate mortgage
200
Response
{"meta": {"build": "3.23.151"}, "mortgage": {"loan_amount": 1000000, "rate": 3.123, "term": 30, "monthly_payment": 6398, "principal_and_interest": 4283, "monthly_property_taxes": 1302, "monthly_home_insurance": 313, "hoa_fees": 500, "monthly_mortgage_insurance": 0, "total_payment": 1541760, "down_payment": 250000}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "mortgage": {"type": "object", "properties": {"loan_amount": {"type": "integer"}, "rate": {"type": "number"}, "term": {"type": "integer"}, "month...
d0839629-3d3c-4159-9565-d535c5f6de47/46c11b88-a16d-42b2-9490-746b808b0923/0/0
ZZZapio Utilities
Powerful endpoints for data management, formatting and validation.
null
Sortz - Data Sorting
Using the /sortz endpoint will help when the data needs sorting. After you've cleaned your data it may be time to sort it alphabetically or in reverse. Currently available scrubbing options are: alphabetize, alphabetizereverse This is a small set of options, but can be built out upon request. Object and Array sortin...
200
Default JSON Object
{"hitCount": 1, "isCache": false, "life": 0, "messages": {}, "originTs": 1638498312, "requestHash": "260e1d59100d3e01503ed31896c5aba2", "response": "alpha,maxlen:6,required,uppercase", "success": true, "timers": {"totality": 0.1159}, "ts": 1638557445, "version": "1.0"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"hitCount": {"type": "integer"}, "isCache": {"type": "boolean"}, "life": {"type": "integer"}, "messages": {"type": "object"}, "originTs": {"type": "integer"}, "requestHash": {"type": "string"}, "response": {"type": "string"}, "success": {"ty...
d0839629-3d3c-4159-9565-d535c5f6de47/37e99ab7-9794-4a62-8692-2639df372932/0/0
ZZZapio Utilities
Powerful endpoints for data management, formatting and validation.
null
Formatz - Data Formatting
Using the /formatz endpoint will help when the data is not formatted correctly. This is also where data can pass through encrypt/decrypt for secure data. Currently available formatting options are: uppercase, lowercase, encrypt, decrypt, encrypthash, hash, base64on, base64off, number, trim
200
Default JSON Object
{"hitCount": 1, "isCache": false, "life": 0, "messages": {}, "originTs": 1638498312, "requestHash": "899ec96dce998d76321bb73660a94732", "response": "ZZZAP.IO", "success": true, "timers": {"totality": 0.1044}, "ts": 1638504602, "version": "1.0"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"hitCount": {"type": "integer"}, "isCache": {"type": "boolean"}, "life": {"type": "integer"}, "messages": {"type": "object"}, "originTs": {"type": "integer"}, "requestHash": {"type": "string"}, "response": {"type": "string"}, "success": {"ty...
39c6faae-9351-41ab-bbbd-d0f0886fa333/ed518ebb-08bb-455c-bd2e-da2e470e9d83/0/0
login
login api
0.2
letmein
letmein
123
New Example
{"username": "value1", "password": "value2", "token": "thisisajwttoken"}
{"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "token": {"type": "string"}}}
7248bf10-d36e-4a72-8210-f17872f0275a/e2b49d3d-a37e-4cd4-9ad9-93f359afc4cc/1/0
OCI SLO
SLO metrics for OCI IaaS/PaaS
null
list
Get List of IaaS/PaaS OCI Services
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/8c5b7f45-7a30-4cd4-aeee-c76a08aef07a/0/0
BNPL Management
BNPL Management
null
Get BNPL Rules
Get BNPL Rules
404
New Example
{"trace_id": "", "code": "404.100", "message": "No Rules for selected Customers. Proceed with Default Prioritization"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/8c5b7f45-7a30-4cd4-aeee-c76a08aef07a/1/0
BNPL Management
BNPL Management
null
Get BNPL Rules
Get BNPL Rules
409
New Example
{"trace_id": "", "code": "409.100", "message": "Selected customer cannot be granted the BNPL"}
{"type": "object", "properties": {"trace_id": {"type": "string"}, "code": {"type": "string"}, "message": {"type": "string"}}}
fa28705d-1d3d-4cf9-904b-9bb39e144281/8c5b7f45-7a30-4cd4-aeee-c76a08aef07a/2/0
BNPL Management
BNPL Management
null
Get BNPL Rules
Get BNPL Rules
200
New Example
{"sorted_rules": [{"alias": "bnpl", "limit_type": "relative", "limit_relation": "receipt_amount/amount_free_of_cash/amount_free_of_bonuses", "max_limit": 0.7, "min_limit": 0.1, "priority": 1}, {"alias": "bonuses", "limit_type": "absolute", "limit_relation": "receipt_amount/amount_free_of_cash/amount_free_of_bonuses", "...
{"type": "object", "properties": {"sorted_rules": {"type": "array", "items": {"type": "object", "properties": {"alias": {"type": "string"}, "limit_type": {"type": "string"}, "limit_relation": {"type": "string"}, "max_limit": {"type": "number"}, "min_limit": {"type": "number"}, "priority": {"type": "integer"}}}}, "trace...
fa28705d-1d3d-4cf9-904b-9bb39e144281/be4f7865-611e-461d-8177-472eb719b8f3/0/0
BNPL Management
BNPL Management
null
Check if BNPL Transaction Pre-authorized
Check if BNPL Transaction Pre-authorized
404
Pre-authorization not found
{"trace_id": "<uuid>", "data": {"status": 0}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/be4f7865-611e-461d-8177-472eb719b8f3/1/0
BNPL Management
BNPL Management
null
Check if BNPL Transaction Pre-authorized
Check if BNPL Transaction Pre-authorized
200
Success while authorize
{"trace_id": "<uuid>", "data": {"transaction_ext_id": "<uuid>", "status": 2}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"transaction_ext_id": {"type": "string"}, "status": {"type": "integer"}}, "required": ["status", "transaction_ext_id"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/82d605af-b956-409c-b983-daea6f59d2f7/0/0
BNPL Management
BNPL Management
null
Authorize BNPL Transaction
Authorize BNPL Transaction
404
Pre-authorization not found
{"trace_id": "<uuid>", "data": {"status": 0}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/82d605af-b956-409c-b983-daea6f59d2f7/1/0
BNPL Management
BNPL Management
null
Authorize BNPL Transaction
Authorize BNPL Transaction
200
Success while authorize
{"trace_id": "<uuid>", "data": {"transaction_ext_id": "<uuid>", "status": 2}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"transaction_ext_id": {"type": "string"}, "status": {"type": "integer"}}, "required": ["status", "transaction_ext_id"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/82d605af-b956-409c-b983-daea6f59d2f7/2/0
BNPL Management
BNPL Management
null
Authorize BNPL Transaction
Authorize BNPL Transaction
403
Not Allowed
{"trace_id": "<uuid>", "data": {"status": 0}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/82d605af-b956-409c-b983-daea6f59d2f7/3/0
BNPL Management
BNPL Management
null
Authorize BNPL Transaction
Authorize BNPL Transaction
409
No Sufficient Balance
{"trace_id": "<uuid>", "data": {"status": 0}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/a51b888f-d20b-4ddd-bde5-0c1e316c4043/0/0
BNPL Management
BNPL Management
null
Pre-authorize BNPL Transaction
Pre-authorize BNPL Transaction
403
Not Allowed
{"trace_id": "<uuid>", "data": {"status": 0}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/a51b888f-d20b-4ddd-bde5-0c1e316c4043/1/0
BNPL Management
BNPL Management
null
Pre-authorize BNPL Transaction
Pre-authorize BNPL Transaction
200
Success while Pre-authorize
{"trace_id": "<uuid>", "data": {"transaction_ext_id": "<uuid>", "status": 1}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"transaction_ext_id": {"type": "string"}, "status": {"type": "integer"}}, "required": ["status", "transaction_ext_id"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/a51b888f-d20b-4ddd-bde5-0c1e316c4043/2/0
BNPL Management
BNPL Management
null
Pre-authorize BNPL Transaction
Pre-authorize BNPL Transaction
409
No Sufficient Balance
{"trace_id": "<uuid>", "data": {"status": 0}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/95aab31e-165d-4c4c-97a8-c1005bc0aeba/0/0
BNPL Management
BNPL Management
null
Get Special Offer IDs Associated with Commerce Transaction
Get Special Offer IDs Associated with Commerce Transaction
404
New Example
{"trace_id": "<uuid>", "data": {"offers": []}}
{"type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"offers": {"type": "array"}}}}}
fa28705d-1d3d-4cf9-904b-9bb39e144281/95aab31e-165d-4c4c-97a8-c1005bc0aeba/1/0
BNPL Management
BNPL Management
null
Get Special Offer IDs Associated with Commerce Transaction
Get Special Offer IDs Associated with Commerce Transaction
200
New Example
{"trace_id": "<uuid>", "data": {"offers": ["23432423423423", "4234235234535345"]}}
{"type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"offers": {"type": "array", "items": {"type": "string"}}}}}}
fa28705d-1d3d-4cf9-904b-9bb39e144281/e7445c31-e8bc-4f46-b64e-3a017cb33d12/0/0
BNPL Management
BNPL Management
null
Get Customer BNPL State
Get Customer BNPL State
404
New Example
{"trace_id": "<uuid>", "data": {"status": 0}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["data", "trace_id"]}
fa28705d-1d3d-4cf9-904b-9bb39e144281/e7445c31-e8bc-4f46-b64e-3a017cb33d12/1/0
BNPL Management
BNPL Management
null
Get Customer BNPL State
Get Customer BNPL State
403
BNPL Was Active, but blocked
{"trace_id": "<uuid>", "data": {"status": 2}}
{"type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}}}}}
fa28705d-1d3d-4cf9-904b-9bb39e144281/e7445c31-e8bc-4f46-b64e-3a017cb33d12/2/0
BNPL Management
BNPL Management
null
Get Customer BNPL State
Get Customer BNPL State
200
Customer Has BNPL Status and Balance
{"trace_id": "<uuid>", "data": {"status": 1, "available_amount": 550.4, "currency": "AZN"}}
{"type": "object", "properties": {"trace_id": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}, "available_amount": {"type": "number"}, "currency": {"type": "string"}}}}}
1d4bb0ab-2f21-4d0b-9233-06c6583684fa/3e8c2d35-50af-4f65-88c6-bc98b3829952/0/0
Thremapi
Simple threat modeling for REST API based on OpenAPI/Swagger specification
0.2
analyzeOpenApiSpec
Sends OpenAPI/Swagger specification for analysis
202
Example_1
{"servers": [{"description": "", "types": []}], "paths": {"items": {"description": "", "types": []}}, "components": {"items": {"description": "", "types": []}}, "errors": []}
{"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "types": {"uniqueItems": true, "type": "array", "items": {"type": "object"}}}}}, "paths": {"type": "object", "additionalProperties": {"type": "array", "items": {"type": "object", ...
b92568eb-1dcf-41cd-a06a-8fc977b20556/cb939936-d170-40b3-adb3-27ea432ab969/0/0
Inkit
Generate documents automatically, secure PDFs, and centralize document retention.
0.2
/v1/render/{renderId}
200
null
{"id": "rend_3ykhDs8uw0bLCZ6HkDwsAq", "folder_id": "fold_3ykhDs8uw0bLCZ6HkDwsAq", "status": "processing", "created_at": "Tue, 23 Mar 2021 11:43:57 GMT", "updated_at": "Tue, 23 Mar 2021 11:43:57 GMT", "html": "<html>Hello World</html>", "unit": "in", "width": 8.5, "height": 11, "pdf_url": "https://api.inkit.com/v1/rende...
{"type": "object", "properties": {"id": {"type": "string"}, "folder_id": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "html": {"type": "string"}, "unit": {"type": "string"}, "width": {"type": "number"}, "height": {"type": "number"}, "pdf_url": {"t...
b92568eb-1dcf-41cd-a06a-8fc977b20556/e8b6972b-67ab-4c5b-8c54-169cdfa0c71c/0/0
Inkit
Generate documents automatically, secure PDFs, and centralize document retention.
0.2
/v1/render
200
null
[{"id": "rend_3ykhDs8uw0bLCZ6HkDwsAq", "folder_id": "fold_3ykhDs8uw0bLCZ6HkDwsAq", "status": "processing", "created_at": "Tue, 23 Mar 2021 11:43:57 GMT", "updated_at": "Tue, 23 Mar 2021 11:43:57 GMT", "html": "<html>Hello World</html>", "unit": "in", "width": 8.5, "height": 11, "pdf_url": "https://api.inkit.com/v1/rend...
{"type": "array", "items": {"properties": {"id": {"type": "string"}, "folder_id": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "html": {"type": "string"}, "unit": {"type": "string"}, "width": {"type": "number"}, "height": {"type": "number"}, "pdf_...
067671e9-f3e4-4165-83a1-b565fd404fe3/44d121bb-a5e6-44dc-b822-2483009100b3/0/0
magnus
magnus
null
getVersionDetailsv2
200
null
{"version": {"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", "media-types": [{"base": "application/xml", "type": "application/vnd.openstack.compute+xml;version=2"}, {"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2"}], "id": "v2.0", "links": [{"href": "http://127.0.0.1:8774/...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "object", "properties": {"status": {"type": "string"}, "updated": {"type": "string"}, "media-types": {"type": "array", "items": {"type": "object", "properties": {"base": {"type": "string"}, "type": {"type": "string"}}, "r...
067671e9-f3e4-4165-83a1-b565fd404fe3/44d121bb-a5e6-44dc-b822-2483009100b3/1/0
magnus
magnus
null
getVersionDetailsv2
203
null
{"version": {"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", "media-types": [{"base": "application/xml", "type": "application/vnd.openstack.compute+xml;version=2"}, {"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2"}], "id": "v2.0", "links": [{"href": "http://23.253.228.211:...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "object", "properties": {"status": {"type": "string"}, "updated": {"type": "string"}, "media-types": {"type": "array", "items": {"type": "object", "properties": {"base": {"type": "string"}, "type": {"type": "string"}}, "r...
067671e9-f3e4-4165-83a1-b565fd404fe3/3670030a-29c7-4d86-8e0b-d5c4d6fb4b25/1/0
magnus
magnus
null
listVersionsv2
200
null
{"versions": [{"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", "id": "v2.0", "links": [{"href": "http://127.0.0.1:8774/v2/", "rel": "self"}]}, {"status": "EXPERIMENTAL", "updated": "2013-07-23T11:33:21Z", "id": "v3.0", "links": [{"href": "http://127.0.0.1:8774/v3/", "rel": "self"}]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "updated": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"t...
03bdccff-d0da-4191-9816-7830cefb2398/1fa85cce-ba89-49c0-95e8-fbc2bd152285/1/0
ESS API
ESS API
null
transform
200
null
{"successful": true, "fileDto": {"filename": "", "content": "", "checksum": ""}, "message": "", "mimeType": ""}
{"type": "object", "properties": {"successful": {"type": "boolean"}, "fileDto": {"type": "object", "properties": {"filename": {"type": "string"}, "content": {"type": "string"}, "checksum": {"type": "string"}}}, "message": {"type": "string"}, "mimeType": {"type": "string"}}}
03bdccff-d0da-4191-9816-7830cefb2398/dcaa6c78-da32-4aa8-b7e3-8caf4efc8a20/1/0
ESS API
ESS API
null
extract
200
null
{"successful": true, "result": "", "message": ""}
{"type": "object", "properties": {"successful": {"type": "boolean"}, "result": {"type": "string"}, "message": {"type": "string"}}}
304666f1-a8bd-491d-b57e-bee5edae2699/85d82b77-3e42-414c-b60a-02af6a872033/0/0
Print your own labels and stickers
Help your customers print their own labels and stickers, from your own website and under your own branding.
8.1
Label templates
List of label templates filtered by one or more of the following parameters: paper format template brand exact label size approximate label size label shape
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
304666f1-a8bd-491d-b57e-bee5edae2699/74bd0497-015d-48d6-9218-33cf9b0593de/0/0
Print your own labels and stickers
Help your customers print their own labels and stickers, from your own website and under your own branding.
8.1
Print on dynamically generated label templates
Generates the PDF file which contains the printout of labels. The label template will be generated on the fly, based on the label layout dimensions that you will supply on every request. The content printed on each label, is the image whose URL is supplied by labelContent query parameter.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
304666f1-a8bd-491d-b57e-bee5edae2699/5cb1c6e8-8cf6-4df0-9599-a7c0c10e17dd/0/0
Print your own labels and stickers
Help your customers print their own labels and stickers, from your own website and under your own branding.
8.1
Print on label templates or plain paper
Generates the PDF file which contains the printout of labels. Label layout conforms the label template and three print setup query parameters. The content printed on each label, is the image whose URL is supplied by labelContent query parameter.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
304666f1-a8bd-491d-b57e-bee5edae2699/64a51537-6ec4-4a32-8ef1-83f29dd0b9db/0/0
Print your own labels and stickers
Help your customers print their own labels and stickers, from your own website and under your own branding.
8.1
Label shapes
List of available label shapes.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
304666f1-a8bd-491d-b57e-bee5edae2699/bbccc1ea-835e-4485-b849-7ebc5784999a/0/0
Print your own labels and stickers
Help your customers print their own labels and stickers, from your own website and under your own branding.
8.1
Label sizes
Returns a list of label sizes in the format [width]x[height]. These sizes are rounded, meaning that they can represent a few other sizes that are close to them. For example size 4"x3", will represent 3.75"x3", 4"x3.25" and so on.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
e0cb3a86-9438-46e6-b4c8-6a144116584b/672cf5f9-ea21-481e-ae9d-a5803146ac7b/0/0
QR URL Tracker API
QR Code URL Tracker
null
QR URL Tracker
The QR URL Tracker allows developers and users to create URL embedded QR Codes real time that can be tracked as per usage. The QR Codes can be visually customised by Colors, add Logo's, change size of the logo and where it is placed on the QR Image
200
New Example
{"status": "", "errcode": "", "qrurl": "", "pointsremaining": "", "campaignurl": "", "trackid": ""}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "errcode": {"type": "string"}, "qrurl": {"type": "string"}, "pointsremaining": {"type": "string"}, "campaignurl": {"type": "string"}, "trackid": {"type": "string"}}, "required": ["campaignurl", "errcode", "point...
92d37070-7be0-4cfb-8ddf-007e912a8de1/5837300a-49ba-408f-b49f-ca1b6a2bd9bc/0/0
informatron - logo - colors and infos scraper
Enrich your data with just an email or a domain. Personnalize your users onboarding with their colors, logo, company description and much more.
null
Get domain infos from a simple url or email - POST version
Same request than GET /domain/infos/{urlOrEmail} but with a POST so it's more resilient for passing domains including special characters (especially slashes /).
200
Response
{"title": "Stack Overflow - Where Developers Learn, Share, & Build Careers", "description": "Stack Overflow | The World\u2019s Largest Online Community for Developers", "image": "https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon@2.png?v=73d79a89bded", "logo": "https://logo.clearbit.com/stackoverflow.com"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "logo": {"type": "string"}, "publisher": {"type": "string"}, "url": {"type": "string"}, "author": {"type": "null"}, "date": {"type": "null"}, "lang"...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/f641a2f6-47fa-40d7-bb52-1cb2a3488450/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Hello_Get
401
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/f641a2f6-47fa-40d7-bb52-1cb2a3488450/1/0
Altoviz
Invoicing and accounting APIs
null
GET_Hello_Get
401
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/52562bf8-7687-4e89-8f1c-b361ddda4737/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Vats_List
200
null
[{"id": 0, "rate": 0, "region": "FR", "label": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": ["integer", "null"], "description": "Vat ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "rate": {"type": ["number", "null"], "description": "Rate", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/cfce580e-e10c-4b9c-b3da-0a5e2b068397/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Products_Get
200
null
{"id": 0, "name": "", "number": "", "classificationId": 0, "salePrice": 0, "isSalePriceTaxIncluded": true, "purchasePrice": 0, "salesDefaultQuantity": 0, "description": "", "vatId": 0, "salesUnitId": 0, "availableForSales": true, "vat": {"id": 0, "rate": 0, "region": "FR", "label": ""}}
{"type": "object", "properties": {"id": {"type": "integer", "description": "Product ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"], "description": "Name"}, "number": {"type": ["string", "null"], "description": "Name"}, "classificationId": {"type": "integer", ...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/cfce580e-e10c-4b9c-b3da-0a5e2b068397/1/0
Altoviz
Invoicing and accounting APIs
null
GET_Products_Get
404
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/e41cbb43-315d-4868-a0e8-2e7c13a5427f/0/0
Altoviz
Invoicing and accounting APIs
null
PUT_Products_Update
200
null
{"id": 0, "name": "", "number": "", "classificationId": 0, "salePrice": 0, "isSalePriceTaxIncluded": true, "purchasePrice": 0, "salesDefaultQuantity": 0, "description": "", "vatId": 0, "salesUnitId": 0, "availableForSales": true, "vat": {"id": 0, "rate": 0, "region": "FR", "label": ""}}
{"type": "object", "properties": {"id": {"type": "integer", "description": "Product ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"], "description": "Name"}, "number": {"type": ["string", "null"], "description": "Name"}, "classificationId": {"type": "integer", ...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/2e8b0bf5-c00e-4cf5-97c4-8ca82740f889/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Products_Find
200
null
[{"id": 0, "name": "", "number": "", "classificationId": 0, "salePrice": 0, "isSalePriceTaxIncluded": true, "purchasePrice": 0, "salesDefaultQuantity": 0, "description": "", "vatId": 0, "salesUnitId": 0, "availableForSales": true, "vat": {"id": 0, "rate": 0, "region": "FR", "label": ""}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "description": "Product ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"], "description": "Name"}, "number": {"type": ["string", "null"], "description": "Name"}, "classificati...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/678f525b-3743-4b9d-84dd-d24bb9280b96/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Classifications_List
200
null
[{"id": 0, "label": "", "description": "", "accountNumber": "", "defaultVat": {"id": 0, "rate": 0, "region": "FR", "label": ""}, "isProduct": true, "isService": true, "type": "Sale", "microBusinessDeclarationType": "Products"}]
{"type": "array", "items": {"required": ["label", "type"], "type": "object", "properties": {"id": {"type": "integer", "description": "Classification ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "label": {"minLength": 1, "type": "string", "description": "Label"}, "description": {"type": ["stri...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/f3b73d4f-a5a6-4d8b-80ca-f07898d4a804/0/0
Altoviz
Invoicing and accounting APIs
null
POST_Products_Post
400
null
{"message": "", "errors": []}
{"type": "object", "properties": {"message": {"type": ["string", "null"], "description": "Error message"}, "errors": {"type": ["array", "null"], "items": {"type": "string"}, "description": "List of error messages"}}, "additionalProperties": false, "description": "Error"}
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/f3b73d4f-a5a6-4d8b-80ca-f07898d4a804/1/0
Altoviz
Invoicing and accounting APIs
null
POST_Products_Post
200
null
{"id": 0, "name": "", "number": "", "classificationId": 0, "salePrice": 0, "isSalePriceTaxIncluded": true, "purchasePrice": 0, "salesDefaultQuantity": 0, "description": "", "vatId": 0, "salesUnitId": 0, "availableForSales": true, "vat": {"id": 0, "rate": 0, "region": "FR", "label": ""}}
{"type": "object", "properties": {"id": {"type": "integer", "description": "Product ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"], "description": "Name"}, "number": {"type": ["string", "null"], "description": "Name"}, "classificationId": {"type": "integer", ...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/2515987d-c3df-4d2b-ba00-83d990bdeabb/0/0
Altoviz
Invoicing and accounting APIs
null
GET_SaleQuotes_List
200
null
[{"status": "Pending", "validityDate": "", "deposit": {"type": "Percent", "value": 0}, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName": "", "email": "", "cellP...
{"type": "array", "items": {"required": ["customerId"], "type": "object", "properties": {"status": {"enum": ["Pending", "Accepted", "Refused", "Closed", "Sent", "Invoiced"], "type": "string"}, "validityDate": {"type": ["string", "null"], "description": "Validity date", "format": "date"}, "deposit": {"type": "object", "...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/2515987d-c3df-4d2b-ba00-83d990bdeabb/1/0
Altoviz
Invoicing and accounting APIs
null
GET_SaleQuotes_List
200
null
[{"status": "Pending", "validityDate": "", "deposit": {"type": "Percent", "value": 0}, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName": "", "email": "", "cellP...
{"type": "array", "items": {"required": ["customerId"], "type": "object", "properties": {"status": {"enum": ["Pending", "Accepted", "Refused", "Closed", "Sent", "Invoiced"], "type": "string"}, "validityDate": {"type": ["string", "null"], "description": "Validity date", "format": "date"}, "deposit": {"type": "object", "...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/3f5f6765-bcbe-432e-a927-fe5eff3174c2/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Contacts_Get
200
null
{"id": 0, "title": "", "lastName": "", "firstName": "", "email": "", "cellPhone": "", "phone": "", "companyName": "", "displayName": ""}
{"type": "object", "properties": {"id": {"type": "integer", "description": "Contact ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "title": {"type": ["string", "null"]}, "lastName": {"type": ["string", "null"]}, "firstName": {"type": ["string", "null"]}, "email": {"type": ["string", "null"]}, "...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/5d1d6f81-5cf3-4201-9188-6ab2922fc370/0/0
Altoviz
Invoicing and accounting APIs
null
GET_SaleQuotes_Get
200
null
{"status": "Pending", "validityDate": "", "deposit": {"type": "Percent", "value": 0}, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName": "", "email": "", "cellPh...
{"required": ["customerId"], "type": "object", "properties": {"status": {"enum": ["Pending", "Accepted", "Refused", "Closed", "Sent", "Invoiced"], "type": "string"}, "validityDate": {"type": ["string", "null"], "description": "Validity date", "format": "date"}, "deposit": {"type": "object", "properties": {"type": {"enu...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/5d1d6f81-5cf3-4201-9188-6ab2922fc370/1/0
Altoviz
Invoicing and accounting APIs
null
GET_SaleQuotes_Get
200
null
{"status": "Pending", "validityDate": "", "deposit": {"type": "Percent", "value": 0}, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName": "", "email": "", "cellPh...
{"required": ["customerId"], "type": "object", "properties": {"status": {"enum": ["Pending", "Accepted", "Refused", "Closed", "Sent", "Invoiced"], "type": "string"}, "validityDate": {"type": ["string", "null"], "description": "Validity date", "format": "date"}, "deposit": {"type": "object", "properties": {"type": {"enu...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/dd73e17a-8628-4d03-bdf5-7559f4d9b5fa/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Products_List
200
null
[{"id": 0, "name": "", "number": "", "classificationId": 0, "salePrice": 0, "isSalePriceTaxIncluded": true, "purchasePrice": 0, "salesDefaultQuantity": 0, "description": "", "vatId": 0, "salesUnitId": 0, "availableForSales": true, "vat": {"id": 0, "rate": 0, "region": "FR", "label": ""}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "description": "Product ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"], "description": "Name"}, "number": {"type": ["string", "null"], "description": "Name"}, "classificati...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/ff70c336-f21e-4834-85cc-f3d76925b7ee/0/0
Altoviz
Invoicing and accounting APIs
null
DELETE_Webhooks_Delete
200
null
{"id": 0, "name": "", "secretKey": "", "url": "", "types": ["CustomerCreated"]}
{"required": ["name", "types", "url"], "type": "object", "properties": {"id": {"type": "integer", "description": "Webhook ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"minLength": 1, "type": "string", "description": "Name"}, "secretKey": {"type": ["string", "null"], "description": "S...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/1eef4270-d890-4838-8022-028bd4c2f4e6/0/0
Altoviz
Invoicing and accounting APIs
null
POST_SaleQuotes_Post
200
null
{"status": "Pending", "validityDate": "", "deposit": {"type": "Percent", "value": 0}, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName": "", "email": "", "cellPh...
{"required": ["customerId"], "type": "object", "properties": {"status": {"enum": ["Pending", "Accepted", "Refused", "Closed", "Sent", "Invoiced"], "type": "string"}, "validityDate": {"type": ["string", "null"], "description": "Validity date", "format": "date"}, "deposit": {"type": "object", "properties": {"type": {"enu...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/1eef4270-d890-4838-8022-028bd4c2f4e6/1/0
Altoviz
Invoicing and accounting APIs
null
POST_SaleQuotes_Post
200
null
{"status": "Pending", "validityDate": "", "deposit": {"type": "Percent", "value": 0}, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName": "", "email": "", "cellPh...
{"required": ["customerId"], "type": "object", "properties": {"status": {"enum": ["Pending", "Accepted", "Refused", "Closed", "Sent", "Invoiced"], "type": "string"}, "validityDate": {"type": ["string", "null"], "description": "Validity date", "format": "date"}, "deposit": {"type": "object", "properties": {"type": {"enu...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/900846c5-2f3b-497d-8e91-f8033e06b903/0/0
Altoviz
Invoicing and accounting APIs
null
PUT_Contacts_Update
200
null
{"id": 0, "title": "", "lastName": "", "firstName": "", "email": "", "cellPhone": "", "phone": "", "companyName": "", "displayName": ""}
{"type": "object", "properties": {"id": {"type": "integer", "description": "Contact ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "title": {"type": ["string", "null"]}, "lastName": {"type": ["string", "null"]}, "firstName": {"type": ["string", "null"]}, "email": {"type": ["string", "null"]}, "...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/d009741c-eb05-4361-ba69-b1e72c5bde7a/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Contacts_List
200
null
[{"id": 0, "title": "", "lastName": "", "firstName": "", "email": "", "cellPhone": "", "phone": "", "companyName": "", "displayName": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "description": "Contact ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "title": {"type": ["string", "null"]}, "lastName": {"type": ["string", "null"]}, "firstName": {"type": ["string", "null"]}, "email": {"ty...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/ab1a320e-87c8-4596-b420-a18227b88103/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Webhooks_List
200
null
[{"id": 0, "name": "", "secretKey": "", "url": "", "types": ["CustomerCreated"]}]
{"type": "array", "items": {"required": ["name", "types", "url"], "type": "object", "properties": {"id": {"type": "integer", "description": "Webhook ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"minLength": 1, "type": "string", "description": "Name"}, "secretKey": {"type": ["string",...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/f434abda-d1c6-461d-8361-467ead188fff/0/0
Altoviz
Invoicing and accounting APIs
null
POST_Contacts_Post
400
null
{"message": "", "errors": []}
{"type": "object", "properties": {"message": {"type": ["string", "null"], "description": "Error message"}, "errors": {"type": ["array", "null"], "items": {"type": "string"}, "description": "List of error messages"}}, "additionalProperties": false, "description": "Error"}
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/f434abda-d1c6-461d-8361-467ead188fff/1/0
Altoviz
Invoicing and accounting APIs
null
POST_Contacts_Post
200
null
{"id": 0, "title": "", "lastName": "", "firstName": "", "email": "", "cellPhone": "", "phone": "", "companyName": "", "displayName": ""}
{"type": "object", "properties": {"id": {"type": "integer", "description": "Contact ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "title": {"type": ["string", "null"]}, "lastName": {"type": ["string", "null"]}, "firstName": {"type": ["string", "null"]}, "email": {"type": ["string", "null"]}, "...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/62a9106e-b2c7-472b-8756-609c4ab91841/0/0
Altoviz
Invoicing and accounting APIs
null
POST_Webhooks_Post
400
null
{"message": "", "errors": []}
{"type": "object", "properties": {"message": {"type": ["string", "null"], "description": "Error message"}, "errors": {"type": ["array", "null"], "items": {"type": "string"}, "description": "List of error messages"}}, "additionalProperties": false, "description": "Error"}
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/62a9106e-b2c7-472b-8756-609c4ab91841/1/0
Altoviz
Invoicing and accounting APIs
null
POST_Webhooks_Post
200
null
{"id": 0, "name": "", "secretKey": "", "url": "", "types": ["CustomerCreated"]}
{"required": ["name", "types", "url"], "type": "object", "properties": {"id": {"type": "integer", "description": "Webhook ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"minLength": 1, "type": "string", "description": "Name"}, "secretKey": {"type": ["string", "null"], "description": "S...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/63ef6c81-8675-4873-bf94-096ca52ea497/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Contacts_Find
200
null
[{"id": 0, "title": "", "lastName": "", "firstName": "", "email": "", "cellPhone": "", "phone": "", "companyName": "", "displayName": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "description": "Contact ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "title": {"type": ["string", "null"]}, "lastName": {"type": ["string", "null"]}, "firstName": {"type": ["string", "null"]}, "email": {"ty...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/c2ae63fd-2cd5-4720-9440-a854d1e12b95/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Users_GetMe
404
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/c2ae63fd-2cd5-4720-9440-a854d1e12b95/1/0
Altoviz
Invoicing and accounting APIs
null
GET_Users_GetMe
200
null
{"userId": "", "lastName": "", "firstName": "", "displayName": "", "phone": "", "email": "", "status": "Inactive", "profile": "Owner"}
{"type": "object", "properties": {"userId": {"type": ["string", "null"], "description": "User Id"}, "lastName": {"type": ["string", "null"], "description": "Last name"}, "firstName": {"type": ["string", "null"], "description": "First name"}, "displayName": {"type": ["string", "null"], "description": "Display name"}, "p...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/e69f90a1-13ab-4be1-8585-b663db3f55bd/0/0
Altoviz
Invoicing and accounting APIs
null
GET_Users_GetMe
200
null
{"userId": "", "lastName": "", "firstName": "", "displayName": "", "phone": "", "email": "", "status": "Inactive", "profile": "Owner"}
{"type": "object", "properties": {"userId": {"type": ["string", "null"], "description": "User Id"}, "lastName": {"type": ["string", "null"], "description": "Last name"}, "firstName": {"type": ["string", "null"], "description": "First name"}, "displayName": {"type": ["string", "null"], "description": "Display name"}, "p...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/e69f90a1-13ab-4be1-8585-b663db3f55bd/1/0
Altoviz
Invoicing and accounting APIs
null
GET_Users_GetMe
404
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/246aaef9-cd83-4113-b7ad-4277fcb2ffe4/0/0
Altoviz
Invoicing and accounting APIs
null
GET_SaleInvoices_Get
200
null
{"vatMode": "Auto", "isDraft": true, "isPaid": true, "isProforma": true, "isCancelled": true, "replacedBy": 0, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName":...
{"required": ["customerId"], "type": "object", "properties": {"vatMode": {"enum": ["Auto", "Debit", "Collection"], "type": "string"}, "isDraft": {"type": "boolean", "description": "Indicates whether invoice is draft. Otherwise invoice cannot be modified"}, "isPaid": {"type": "boolean", "description": "Indicates whether...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/246aaef9-cd83-4113-b7ad-4277fcb2ffe4/1/0
Altoviz
Invoicing and accounting APIs
null
GET_SaleInvoices_Get
200
null
{"vatMode": "Auto", "isDraft": true, "isPaid": true, "isProforma": true, "isCancelled": true, "replacedBy": 0, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName":...
{"required": ["customerId"], "type": "object", "properties": {"vatMode": {"enum": ["Auto", "Debit", "Collection"], "type": "string"}, "isDraft": {"type": "boolean", "description": "Indicates whether invoice is draft. Otherwise invoice cannot be modified"}, "isPaid": {"type": "boolean", "description": "Indicates whether...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/d6d2c9fd-020e-4e2d-a636-72bdb0bdd7de/0/0
Altoviz
Invoicing and accounting APIs
null
GET_SaleInvoices_List
200
null
[{"vatMode": "Auto", "isDraft": true, "isPaid": true, "isProforma": true, "isCancelled": true, "replacedBy": 0, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName"...
{"type": "array", "items": {"required": ["customerId"], "type": "object", "properties": {"vatMode": {"enum": ["Auto", "Debit", "Collection"], "type": "string"}, "isDraft": {"type": "boolean", "description": "Indicates whether invoice is draft. Otherwise invoice cannot be modified"}, "isPaid": {"type": "boolean", "descr...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/d6d2c9fd-020e-4e2d-a636-72bdb0bdd7de/1/0
Altoviz
Invoicing and accounting APIs
null
GET_SaleInvoices_List
200
null
[{"vatMode": "Auto", "isDraft": true, "isPaid": true, "isProforma": true, "isCancelled": true, "replacedBy": 0, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName"...
{"type": "array", "items": {"required": ["customerId"], "type": "object", "properties": {"vatMode": {"enum": ["Auto", "Debit", "Collection"], "type": "string"}, "isDraft": {"type": "boolean", "description": "Indicates whether invoice is draft. Otherwise invoice cannot be modified"}, "isPaid": {"type": "boolean", "descr...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/5b32026d-2c18-4e36-9d80-3ce0278f6d64/0/0
Altoviz
Invoicing and accounting APIs
null
POST_SaleInvoices_Finalize
200
null
{"vatMode": "Auto", "isDraft": true, "isPaid": true, "isProforma": true, "isCancelled": true, "replacedBy": 0, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName":...
{"required": ["customerId"], "type": "object", "properties": {"vatMode": {"enum": ["Auto", "Debit", "Collection"], "type": "string"}, "isDraft": {"type": "boolean", "description": "Indicates whether invoice is draft. Otherwise invoice cannot be modified"}, "isPaid": {"type": "boolean", "description": "Indicates whether...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/5b32026d-2c18-4e36-9d80-3ce0278f6d64/1/0
Altoviz
Invoicing and accounting APIs
null
POST_SaleInvoices_Finalize
200
null
{"vatMode": "Auto", "isDraft": true, "isPaid": true, "isProforma": true, "isCancelled": true, "replacedBy": 0, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName":...
{"required": ["customerId"], "type": "object", "properties": {"vatMode": {"enum": ["Auto", "Debit", "Collection"], "type": "string"}, "isDraft": {"type": "boolean", "description": "Indicates whether invoice is draft. Otherwise invoice cannot be modified"}, "isPaid": {"type": "boolean", "description": "Indicates whether...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/c758ae80-03a9-44c9-9804-11b47edc3c6c/0/0
Altoviz
Invoicing and accounting APIs
null
POST_SaleInvoices_Post
200
null
{"vatMode": "Auto", "isDraft": true, "isPaid": true, "isProforma": true, "isCancelled": true, "replacedBy": 0, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName":...
{"required": ["customerId"], "type": "object", "properties": {"vatMode": {"enum": ["Auto", "Debit", "Collection"], "type": "string"}, "isDraft": {"type": "boolean", "description": "Indicates whether invoice is draft. Otherwise invoice cannot be modified"}, "isPaid": {"type": "boolean", "description": "Indicates whether...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/c758ae80-03a9-44c9-9804-11b47edc3c6c/1/0
Altoviz
Invoicing and accounting APIs
null
POST_SaleInvoices_Post
200
null
{"vatMode": "Auto", "isDraft": true, "isPaid": true, "isProforma": true, "isCancelled": true, "replacedBy": 0, "id": 0, "number": "", "date": "", "customerId": 0, "customerNumber": "", "customerName": "", "customerVatNumber": "", "customerOrderReference": "", "billingContact": {"title": "", "lastName": "", "firstName":...
{"required": ["customerId"], "type": "object", "properties": {"vatMode": {"enum": ["Auto", "Debit", "Collection"], "type": "string"}, "isDraft": {"type": "boolean", "description": "Indicates whether invoice is draft. Otherwise invoice cannot be modified"}, "isPaid": {"type": "boolean", "description": "Indicates whether...
0845db66-b59a-4aa5-ba9c-7ec17ae1bc54/5e680891-007b-4317-94b5-dd0a2d0b3307/0/0
Altoviz
Invoicing and accounting APIs
null
PUT_Customers_Update
200
null
{"id": 0, "title": "", "lastName": "", "firstName": "", "email": "", "cellPhone": "", "phone": "", "companyName": "", "billingAddress": {"street": "", "zipcode": "", "city": "", "countryIso": "", "formattedAddress": "", "inlineAddress": ""}, "shippingAddress": {"street": "", "zipcode": "", "city": "", "countryIso": "",...
{"type": "object", "properties": {"id": {"type": "integer", "description": "Customer ID", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "title": {"type": ["string", "null"], "description": "Title"}, "lastName": {"type": ["string", "null"], "description": "Last name"}, "firstName": {"type": ["string...