POST /bestexsearch Best Execution Search
InvokePricingFlow
Invoke Best Pricing Flow
The Best Execution API facilitates the retrieval of pricing details for the best execution product offered by lenders based on provided borrower and loan information. Additionally, it provides the ability to calculate monthly payments for various buydown options.
API Input
In order to run Best Execution below data is required in the request payload:
partner_name, supported partners:
Show the rest
Best Execution API facilitates the retrieval of pricing details for the best execution product offered by lenders based on provided borrower and loan information. Additionally, it provides the ability to calculate monthly payments for various buydown options. Best Execution below data is required in the request payload:partner_name, supported partners:
optimalBlue
request_data: You need to provide people, properties, loans, incomes, credits classes in your request collection, in addition each of these should have a relationship defined in the relationships list. Below is detailed explaination for the request_data attributes.
People
first_name- (string) - The person's first name.last_name- (string) - The person's last name.us_citizenship_status- (boolean) - Whether the person is a US citizen.first_time_home_owner- (boolean) - Whether the person is a first time homeowner.Optional- Default: Trueperson_identifier- (string) - The identifier for the person class.
Properties
purchase_price- (string) - The property purchase price.property_type- (string) - The property type. - Possible enum values["SingleFamily", "Condo", "ManufacturedDoubleWide", "Condotel", "Modular", "PUD", "Timesharer", "ManufacturedSingleWide", "Coop", "NonWarrantableCondo", "Townhouse", "DetachedCondo"]-Optional. Default: SingleFamilyproperty_identifier- (string) - The identifier for the property class.full_address_txt- (string) - The property full address.county_name- (string) - The property county.state_name- (string) - The property state.postal_code- (string) - The postal code.property_identifier- (string) - The identifier for the property class.lien_type- (string) - The property lien type.Optional- Default: "first"numberOfUnits- (string) - The number of units.Optional- Default: OneUnitnumberOfStories- (integer) - The number of stories.Optional- Default: 1
Loans
downpayment_amount- (string) - The loan down payment amount.downpayment_percentage- (string) - The loan down payment percentage.monthly_payment- (integer) - The loan monthly payment valuebuydown_type- (string) - The loan buydown method - Possible enum values["ThreeTwoOne", "TwoOne", "OneZero", "None"]loan_role_type- (string) - The loan role type.loan_identifier- (string) - The identifier for the loan class.loan_type- (string) - The loan type.OptionalDefault: conventionalloan_purpose- (string) - The loan purpose.OptionalDefault: purchaseinterest_only- (boolean) - Whether it's interest only.OptionalDefault: Trueprepayment_penalty- (string) - The prepayment penalty.OptionalDefault: Noneborrower_paid_mi- (boolean) - Whether the borrower paid the mortgage insurance.OptionalDefault: Falseamortization_type- (string) - The loan amortization type.OptionalDefault: Fixedloan_terms- (string) - The terms of the loan.OptionalDefault: ThirtyYear
Incomes
annual_income- (integer) - The annual income value for a person.income_identifier- (string) - The identifier for the income class.
Credits
credit_score- (integer) - The credit score for a person.credit_identifier- (string) - The identifier for the credit class.
Lease
lease_identifier- (string) - The identifier for the lease class.monthly_rate- (number) - The monthly rate of the lease.
Rents
rent_identifier- (string) - The identifier for the rent class.monthly_rate- (number) - The monthly rate of the rent.
Automobiles
automobile_identifier- (string) - The identifier for the automobile class.automobile_type- (string) - The automobile type.
Relationships
@type- (string) - The identifier of the relationship class. Possible enum["finance_relation", "person_credit", "person_income"]- Attributes required will vary according to
@type. If@typeisfinance_relation, below are the attributes required: has_person- (string) - The identifier for the people class.has_loan- (string) - The identifier for the loans class.has_property- (string) - The identifier for the properties class.has_rent- (string) - The identifier for the rents class.has_lease- (string) - The identifier for the lease class.has_automobile- (string) - The identifier for the automobiles class.main_applicant- (boolean) - Whether the person is the main applicant.- If
@typeisperson_income, below are the attributes required: has_income- (string) - The identifier for the incomes class.has_person- (string) - The identifier for the people class.- If
@typeisperson_credit, below are the attributes required: has_credit- (string) - The identifier for the credit class.has_person- (string) - The identifier for the person class.
callback_url: If you don't want to continuously poll the result, you can provide a callback_url in request body. Once the invocation is completed, response content will be posted to this endpoint.
Note: All relationships between classes need to be defined and present in the relationships list. If this is not the case the API may encounter issues getting the correct price.
In case of invalid request data, you will receive 400 status code with information about missing fields.
Running Best Execution API
API can run in two modes:
Real Call: In the case of a Real Partner Call, an actual call will be made to the partner. Prior to making this call, it is necessary to call Setup Partner Configurations API through this link. Please note that Staircase and Partners may apply charges for this service.
Mock Call: The API will return a mock partner response without making a real call in the case of a mock scenario. To return the corresponding response for each scenario, the API will use the
People[*].ssn field. However, if any other SSN values are used
in the call, the API will switch to Real Partner Call Mode.
Mock Scenarios Examples
If you want to test the system and see possible pricing results without invoking partners you can do mock request instead. Create payload as described in Request Payload section above but add ssn field to the person with following values:
| SSN | Buydown Type | Mock Scenario |
|---|---|---|
| 000000001 | ThreeTwoOne | ThreeTwoOne Buydown Response |
| 000000001 | TwoOne | TwoOne Buydown Response |
| 000000001 | OneZero | OneZero Buydown Response |
| 000000001 | None | All three buydown options Response |
| 999000011 | None | Error Scenario |
API Response
- Once
Best Executionresults are available, the results will be returned on the Webhook URL with the status and response_data, below are the details of theresponse_datafrom thebest_executionAPI
Pricing Schemas
pricing_schema_identifier- (string) - The pricing schema class identifier.apr- (number) - The pricing schemas annual percentage rate.rebate- (number) - The pricing schemas rebate.discount- (number) - The pricing schemas discount.closing_cost- (number) - The pricing schemas closing cost.monthly_insurance- (number) - The pricing schemas monthly insurance value.total_monthly_payment- (number) - The pricing schemas total monthly payment amount.rate- (number) - The pricing schemas rate.price- (number) - The pricing schemas price.principal_and_interest- (number) - The pricing schemas principal and interest amount.first_year_monthly_payment- (number) - The pricing schemas first year monthly payment amount. Calculated based on the buy down option provided in the request.second_year_monthly_payment- (number) - The pricing schemas second year monthly payment amount. Calculated based on the buy down option provided in the request.third_year_monthly_payment- (number) - The pricing schemas third year monthly payment amount. Calculated based on the buy down option provided in the request.piti- (number) - The pricing schemas principal, interest, taxes and insurance amount. Calculated based on the values in the response.
Loans
loan_identifier- (string) - The loan class identifier.buydown_type- (string) - The loan buy down option. One of['ThreeTwoOne', 'TwoOne', 'OneZero' or 'None'].ltv_value- (number) - The loan to value ratio.dti_value- (number) - The loan debt to income ratio.
Mortgage Plans
plan_identifier- (string) - The mortgage plan class identifier.amortization_term- (string) - The mortgage plan amortization term in years.name- (string) - The mortgage plan name.code- (string) - The mortgage plan code.
Relationships
has_pricing_schema- (string) - The pricing schema class identifier.has_loan- (string) - The loan class identifier.has_mortgage_plan- (string) - The mortgage plan class identifier.
Moreover, the system provides an API to get the status, you can use it using this link to get the data at any time.
Request
{
"partner_name": "optimalBlue",
"callback_url": "callback.url",
"request_data": {
"people": [
{
"first_name": "John",
"last_name": "Smith",
"ssn": "000000001",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
}
],
"properties": [
{
"purchase_price": 10000000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Main Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "20191"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 200000,
"downpayment_percentage": 10,
"buydown_type": "ThreeTwoOne"
}
],
"incomes": [
{
"annual_income": 120000,
"monthly_rent": 800,
"monthly_debt_payment": 400,
"monthly_car_payment": 200,
"income_identifier": "income_1"
}
],
"credits": [
{
"credit_score": 700,
"credit_identifier": "credit_1"
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "person_income",
"has_income": "income_1",
"has_person": "person_1"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
}
]
}
} {
"partner_name": "optimalBlue",
"request_data": {
"people": [
{
"first_name": "John",
"last_name": "Smith",
"ssn": "000000001",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
}
],
"properties": [
{
"purchase_price": 10000000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Main Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "20191"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 200000,
"downpayment_percentage": 10,
"buydown_type": "TwoOne"
}
],
"incomes": [
{
"annual_income": 120000,
"monthly_rent": 800,
"monthly_debt_payment": 400,
"monthly_car_payment": 200,
"income_identifier": "income_1"
}
],
"credits": [
{
"credit_score": 700,
"credit_identifier": "credit_1"
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "person_income",
"has_income": "income_1",
"has_person": "person_1"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
}
]
}
} {
"partner_name": "optimalBlue",
"request_data": {
"people": [
{
"first_name": "John",
"last_name": "Smith",
"ssn": "000000001",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
}
],
"properties": [
{
"purchase_price": 10000000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Main Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "20191"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 200000,
"downpayment_percentage": 10,
"buydown_type": "OneZero"
}
],
"incomes": [
{
"annual_income": 120000,
"monthly_rent": 800,
"monthly_debt_payment": 400,
"monthly_car_payment": 200,
"income_identifier": "income_1"
}
],
"credits": [
{
"credit_score": 700,
"credit_identifier": "credit_1"
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "person_income",
"has_income": "income_1",
"has_person": "person_1"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
}
]
}
} {
"partner_name": "optimalBlue",
"request_data": {
"people": [
{
"first_name": "John",
"last_name": "Smith",
"ssn": "000000001",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
}
],
"properties": [
{
"purchase_price": 10000000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Main Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "20191"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 200000,
"downpayment_percentage": 10,
"buydown_type": "None"
}
],
"incomes": [
{
"annual_income": 120000,
"monthly_rent": 800,
"monthly_debt_payment": 400,
"monthly_car_payment": 200,
"income_identifier": "income_1"
}
],
"credits": [
{
"credit_score": 700,
"credit_identifier": "credit_1"
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "person_income",
"has_income": "income_1",
"has_person": "person_1"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
}
]
}
} {
"partner_name": "optimalBlue",
"request_data": {
"people": [
{
"first_name": "John",
"last_name": "Smith",
"ssn": "999000011",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
}
],
"properties": [
{
"purchase_price": 10000000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Main Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "20191"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 200000,
"downpayment_percentage": 10,
"buydown_type": "ThreeTwoOne"
}
],
"incomes": [
{
"annual_income": 120000,
"monthly_rent": 800,
"monthly_debt_payment": 400,
"monthly_car_payment": 200,
"income_identifier": "income_1"
}
],
"credits": [
{
"credit_score": 700,
"credit_identifier": "credit_1"
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "person_income",
"has_income": "income_1",
"has_person": "person_1"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
}
]
}
} {
"partner_name": "partner_name",
"request_data": {
"people": [
{
"first_name": "Andy",
"last_name": "America",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
}
],
"properties": [
{
"purchase_price": 150000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Made Up Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "12345"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 20000,
"downpayment_percentage": 14,
"buydown_type": "ThreeTwoOne",
"loan_role_type": "subject_loan"
}
],
"incomes": [
{
"annual_income": 75000,
"income_identifier": "income_1"
}
],
"credits": [
{
"credit_score": 750,
"credit_identifier": "credit_1"
}
],
"rents": [
{
"rent_identifier": "rent_1",
"monthly_rate": 1000
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "person_income",
"has_person": "person_1",
"has_income": "income_1"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
}
]
}
} {
"partner_name": "partner_name",
"request_data": {
"people": [
{
"first_name": "Andy",
"last_name": "America",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
},
{
"first_name": "Amy",
"last_name": "America",
"person_identifier": "person_2"
}
],
"properties": [
{
"purchase_price": 250000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Made Up Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "12345"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 20000,
"downpayment_percentage": 8,
"buydown_type": "OneZero",
"loan_role_type": "subject_loan"
}
],
"incomes": [
{
"annual_income": 150000,
"income_identifier": "income_1"
},
{
"annual_income": 75000,
"income_identifier": "income_2"
}
],
"credits": [
{
"credit_score": 750,
"credit_identifier": "credit_1"
},
{
"credit_score": 625,
"credit_identifier": "credit_2"
}
],
"lease": [
{
"monthly_rate": 7500,
"lease_identifier": "lease_1"
}
],
"automobile": [
{
"automobile_identifier": "automobile_1"
}
],
"rent": [
{
"monthly_rate": 2500,
"rent_identifier": "rent_1"
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "finance_relation",
"has_person": "person_2",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": false
},
{
"@type": "finance_relation",
"has_person": "person_1",
"has_leas": "lease_1",
"has_property": "automobile_1"
},
{
"@type": "person_income",
"has_person": "person_1",
"has_income": "income_1"
},
{
"@type": "person_income",
"has_person": "person_2",
"has_income": "income_2"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
},
{
"@type": "person_credit",
"has_credit": "credit_2",
"has_person": "person_2"
}
]
}
} {
"partner_name": "partner_name",
"request_data": {
"people": [
{
"first_name": "Andy",
"last_name": "America",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
}
],
"properties": [
{
"purchase_price": 150000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Made Up Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "12345",
"lien_type": "First",
"numberOfUnits": "OneUnit",
"numberOfStories": 1,
"propertyType": "SingleFamily"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 20000,
"downpayment_percentage": 14,
"buydown_type": "ThreeTwoOne",
"loan_role_type": "subject_loan",
"loan_type": "Conventional",
"loan_purpose": "Purchase",
"interest_only": false,
"prepayment_penalty": "None",
"borrower_paid_mi": true,
"amortization_type": "Fixed",
"loan_terms": "FifteenYear"
}
],
"incomes": [
{
"annual_income": 75000,
"income_identifier": "income_1"
}
],
"credits": [
{
"credit_score": 750,
"credit_identifier": "credit_1"
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "person_income",
"has_person": "person_1",
"has_income": "income_1"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
}
]
}
} {
"partner_name": "partner_name",
"callback_url": "callback.url",
"request_data": {
"people": [
{
"first_name": "Andy",
"last_name": "America",
"us_citizenship_status": true,
"person_identifier": "person_1",
"first_time_home_owner": true
}
],
"properties": [
{
"purchase_price": 150000,
"property_type": "PrimaryResidence",
"property_identifier": "property_1",
"full_address_txt": "123 Made Up Street",
"county_name": "FAIRFAX",
"state_name": "VA",
"postal_code": "12345"
}
],
"loans": [
{
"loan_identifier": "loan_1",
"downpayment_amount": 20000,
"downpayment_percentage": 14,
"buydown_type": "ThreeTwoOne",
"loan_role_type": "subject_loan"
}
],
"incomes": [
{
"annual_income": 75000,
"income_identifier": "income_1"
}
],
"credits": [
{
"credit_score": 750,
"credit_identifier": "credit_1"
}
],
"rents": [
{
"rent_identifier": "rent_1",
"monthly_rate": 1000
}
],
"relationships": [
{
"@type": "finance_relation",
"has_person": "person_1",
"has_loan": "loan_1",
"has_property": "property_1",
"main_applicant": true
},
{
"@type": "person_income",
"has_person": "person_1",
"has_income": "income_1"
},
{
"@type": "person_credit",
"has_credit": "credit_1",
"has_person": "person_1"
}
]
}
} Response
Successfully started flow invocation.
{
"response_id": "01F6NAQ4894HPMCBGB4P0G78HG"
} Request data failed validation
{
"message": "{'data': ['Missing data for required field.']}"
} 403 invalid error
{
"message": "Please check the key you used to call this service",
"url": "https://api.staircase.co/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
} Resource not found
<html>\r\n<head><title>400 Bad Request</title></head>\r\n<body>\r\n<center><h1>400 Bad Request</h1></center>\r\n</body>\r\n</html>\r\n Internal server error
{
"message": "The product has encountered an internal server error. If you have used a transaction_id to call our services, please submit it to Staircase support"
} Parameters
1
| Parameter | Type | Example | Description |
|---|---|---|---|
x-api-key required | string header | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | Environment API Key. |
Request bodyapplication/json
3 fields
application/json| Field | Type | Description |
|---|---|---|
partner_namerequired | string | Partner name.Example optimalBlue |
callback_url | string | Callback urlExample callback.url |
request_datarequired | object | Request data for Pricing. |
peoplerequired | object[] | List of persons. |
first_namerequired | string | Persons first name. |
last_namerequired | string | Persons last name. |
ssn | string | Persons taxpayer number identifier. |
us_citizenship_statusrequired | boolean | Whether person is US citizen. |
person_identifierrequired | string | Person class identifier. |
first_time_home_ownerrequired | boolean | Whether person is a first time homeowner. |
propertiesrequired | object[] | List of properties. |
purchase_pricerequired | integer | Property purchase price. |
property_typerequired | string | Property type. |
property_identifierrequired | string | Property class identifier. |
full_address_txtrequired | string | Property full address. |
county_namerequired | string | Property county name. |
state_namerequired | string | Property state name. |
postal_coderequired | string | Property state code. |
lien_type | string | Property lien type. |
loansrequired | object[] | List of loans. |
loan_identifierrequired | string | Loan class identifier. |
downpayment_amountrequired | integer | Loan down payment amount. |
downpayment_percentagerequired | integer | Loan down payment percentage. |
buydown_typerequired | string | Loan buydown. |
amortization_type | string | Loan amortization type. |
borrower_paid_mi | boolean | Whether the borrower paid mortgage insurance. |
buydown_amount | integer | Loan buydown amount. |
loan_amount | integer | Loan amount. |
loan_purpose | string | Loan purpose. |
loan_type | string | Loan type. |
monthly_payment | number | Loan monthly payment. |
incomesrequired | object[] | List of incomes. |
annual_incomerequired | integer | Annual Income amount. |
income_identifierrequired | string | Income class identifier. |
creditsrequired | object[] | List of credits. |
credit_scorerequired | integer | Credit score value. |
credit_identifierrequired | string | Credit class identifier. |
lease | object[] | List of leases. |
lease_identifierrequired | string | Lease class identifier. |
monthly_raterequired | number | The monthly rate of the lease. |
automobiles | object[] | List of automobiles |
automobile_identifierrequired | string | Automobile class identifier. |
automobile_type | string | Automobile type. |
rents | object[] | List of rents |
rent_identifierrequired | string | Rent class identifier. |
monthly_raterequired | number | Monthly rate of the rent. |
relationshipsrequired | object[] | List of financial relations. |
@type | string | The relationship types. Can be one of finance_relation, person_income, person_credit. |
has_income | string | Income class identifier. |
has_person | string | Person class identifier. |
has_credit | string | Credit class identifier. |
has_loan | string | Loan class identifier. |
has_property | string | Property class identifier. |
has_rent | string | Rent class identifier |
has_lease | string | Lease class identifier |
has_automobile | string | Automobile class identifier |
has_mortgage | string | Mortgage class identifier |
main_applicant | boolean | Whether the person is the main applicant. |
Response 201application/json
1 fields
201application/jsonSuccessfully started flow invocation.
| Field | Type | Description |
|---|---|---|
response_idrequired | string | Response collection ID. |
Response 400application/json
1 fields
400application/jsonRequest data failed validation
| Field | Type | Description |
|---|---|---|
message | one of | Message |
Response 403application/json
2 fields
403application/json403 invalid error
| Field | Type | Description |
|---|---|---|
message | string | Error message. |
url | string | Error additional URL. |
Response 404application/json
1 fields
404application/jsonResource not found
| Field | Type | Description |
|---|---|---|
message | string | Message |
Response 500application/json
1 fields
500application/jsonInternal server error
| Field | Type | Description |
|---|---|---|
message | string | Error message. |