Self-service account and environment creation, between a user interface and the platform's own APIs.
Creating an account and its first environment touches several products in a fixed order — identity, environment provisioning, catalogue installation and key issuance. This product carries that sequence so a front end can present it as one step.
Per-vendor credential onboarding follows the same shape: each vendor integration exposes an endpoint to store a lender's credentials and another to describe the schema those credentials must satisfy, so the form can be rendered from the schema rather than hand-built per vendor.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
2
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Content-Typerequired
stringheader
application/json
The content type.
Request bodyapplication/json
10 fields
Field
Type
Description
first_namerequired
string
First nameExample John
last_namerequired
string
Last nameExample Doe
emailrequired
string
Email of accountExample john.doe@company.com
company_namerequired
string
Company nameExample company
company_industryrequired
string
Category of companyExample Mortgage Broker
company_sizerequired
string
Number employees in the companyExample 1-50
addressrequired
string
AddressExample STREET
zip_coderequired
string
Zip CodeExample 00000
staterequired
string
StateExample CA
passwordrequired
string
Password of accountExample XXXXX
Response 200application/json
1 fields
OK.
Field
Type
Description
transaction_id
string
Transaction ID
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
2
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Content-Typerequired
stringheader
application/json
The content type.
Request bodyapplication/json
1 fields
Field
Type
Description
refresh_tokenrequired
string
Token to refreshExample <redacted>
Response 200application/json
3 fields
OK.
Field
Type
Description
id_token
string
The ID token.
refresh_token
string
The refresh token.
token_type
string
The token type.
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
2
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Content-Typerequired
stringheader
application/json
The content type.
Request bodyapplication/json
2 fields
Field
Type
Description
emailrequired
string
Email of accountExample john.doe@company.com
passwordrequired
string
Password of accountExample XXXXX
Response 200application/json
3 fields
OK.
Field
Type
Description
id_token
string
The ID token.
refresh_token
string
The refresh token.
token_type
string
The token type.
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
Field
Type
Description
message
string
Error Message
GET/check_email_availability/{email}
Check Email Availability
check-Email-Availability
Checks email registered incognito pool
Response
application/json
OK.
{
"status": "AVAILABLE"
}
application/json
Request data failed validation
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
2
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
emailrequired
stringpath
john.doe@company.com
Email of account
Response 200application/json
1 fields
OK.
Field
Type
Description
status
string
Status of account
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
2
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Response 200application/json
1 fields
OK.
Field
Type
Description
products
object[]
List of products
name
string
Product name
description
string
Description of product
status
string
Status of deploy of product (NOT_DEPLOY, IN_QUEUE; FAILED, SUCCESS)
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
Field
Type
Description
message
string
Error Message
GET/admin_retrieve_transaction_status
Get environment creation status
admin_retrieve_transaction_status
Response
application/json
OK.
{
"status": "DEPLOYING_INFRASTRUCTURE_PRODUCTS"
}
application/json
Request data failed validation
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
2
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Response 200application/json
1 fields
OK.
Field
Type
Description
status
string
Status of environment
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
3
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Content-Typerequired
stringheader
application/json
The content type.
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Request bodyapplication/json
1 fields
Field
Type
Description
api_keyrequired
string
API key of environmentExample xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Response 200application/json
1 fields
OK.
Field
Type
Description
body
string
Response of endpoint
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
Field
Type
Description
message
string
Error Message
POST/submit_product_deploy_options
Save product selected
submit-product-deploy-options
Save product selected of environment created in the front-end side
Request
application/json
An example of a payload.
{
"products_selected": [
"Code",
"Assess"
]
}
Response
application/json
OK.
{
"body": "Task success sent"
}
application/json
Request data failed validation
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
3
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Content-Typerequired
stringheader
application/json
The content type.
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Request bodyapplication/json
1 fields
Field
Type
Description
products_selectedrequired
string[]
Products selected
Response 200application/json
1 fields
OK.
Field
Type
Description
body
string
Response of endpoint
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
2
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Response 200application/json
2 fields
OK.
Field
Type
Description
UserAttributesrequired
object
Information of user
subrequired
string
ID of user incognito
email_verifiedrequired
string
Email is verified incognito
company_namerequired
string
Company name of user
email_confirmedrequired
string
Email was confirmed incognito
api_key_submittedrequired
string
If the API key was submitted
last_namerequired
string
Last name
setup_idrequired
string
ID the user in step functions
api_keyrequired
string
API key of environment related with the user
first_namerequired
string
First name
account_idrequired
string
ID of user in account product
emailrequired
string
Email of user
company_statusrequired
string
Status in the flow of setup
environment_fqdnrequired
string
Domain of environment related with the user
LosAttributes
object[]
List of LOS Providers
providerrequired
string
Provider name
isAdminrequired
boolean
Status if the user is admin
adminEmail
string
The admin email if the user is not Admin
adminPhone
string
The admin phone if the user is not Admin
credentialsrequired
object
Credentials of LOS Configuration
clientId
string
Client ID of LOS Credentials
instanceId
string
Instance ID of LOS Credentials
username
string
Username of LOS Credentials
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The credential was stored successfully"
}
application/json
Request data failed validation
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
3
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
provider_namerequired
stringpath
Encompass
Provider name (NoProvider, Encompass)
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Request bodyapplication/json
4 fields
Field
Type
Description
isAdminrequired
boolean
Status if the user is admin
adminEmail
string
The admin email if the user is not Admin
adminPhone
string
The admin phone if the user is not Admin
credentialsrequired
object
Credentials of LOS Configuration
clientId
string
Client ID of LOS Credentials
instanceId
string
Instance ID of LOS Credentials
username
string
Username of LOS Credentials
Response 201application/json
1 fields
OK.
Field
Type
Description
messagerequired
string
Created description.
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
3
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
productrequired
stringpath
Employment
Product name (Employment, Income)
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Request bodyapplication/json
1 fields
Field
Type
Description
text_bodyrequired
string
Content of template
Response 201application/json
2 fields
Created.
Field
Type
Description
text_bodyrequired
string
Content of template
namerequired
string
Template name
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
3
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
productrequired
stringpath
Employment
Product name (Employment, Income)
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Response 200application/json
2 fields
Created.
Field
Type
Description
text_bodyrequired
string
Content of template
namerequired
string
Template name
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
3
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
productrequired
stringpath
Employment
Product name (Employment, Income)
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Request bodyapplication/json
3 fields
Field
Type
Description
html_partrequired
string
Content of template
subject_partrequired
string
Subject of template
logo_data
string
Logo of template in Base64 encode
Response 201application/json
3 fields
Created.
Field
Type
Description
html_partrequired
string
Content of template
subject_partrequired
string
Subject of template
product_namerequired
string
Product Name
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
3
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
productrequired
stringpath
Employment
Product name (Employment, Income)
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Response 200application/json
1 fields
Created.
Field
Type
Description
templaterequired
object
Information about the template
text_body
string
Content of template
name
string
Template name
logo_image
string
URL of logo
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
3
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
vendorrequired
stringpath
ernst
Vendor name (ernst)
Authorizationrequired
stringheader
<redacted>
Setup authorization token
Response 200application/json
3 fields
Setup API Triggered Successfully
Field
Type
Description
username
string
Username of credential
password
string
Password of credential
title_provider_orderingsrequired
object
An object to set default title fees' provider list for states, counties and cities
default_ordering
string[]
Root default ordering for title fees' provider
states
object[]
States
state_code
string
State code
default_ordering
string[]
Default title provider ordering for the state
counties
object[]
Counties
county_name
string
County name
default_ordering
string[]
Default title provider ordering for the county
cities
object[]
Cities
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "{'data': ['Missing data for required field.']}"
}
application/json
Unauthorized validation
{
"message": "{'data': ['Unauthorized.']}"
}
application/json
Invalid key for service
{
"message": "Please check the key you used to call this service",
"url": "https://staircase.stoplight.io/docs/api-reference/customer-account-manager-service.yml/paths/~1products~1refresh/post"
}
application/json
The product has encountered an internal server error
{
"message": "The product has encountered an internal server error"
}
application/json
While acting as a gateway or proxy, received an invalid response from the upstream server.
{
"message": "The product has encountered an bad gateway error"
}
Parameters
1
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
<redacted>
Key used to identify the API usage plan
Request bodyapplication/json
4 fields
Field
Type
Description
company_idrequired
string
The company identifier
emailrequired
string
Customer email
first_namerequired
string
Customer name
last_name
string
Last Name of customer
Response 200application/json
1 fields
Created.
Field
Type
Description
messagerequired
string
message
Response 400application/json
1 fields
Request data failed validation
Field
Type
Description
message
string
Message
Response 401application/json
1 fields
Unauthorized validation
Field
Type
Description
message
string
Message
Response 403application/json
2 fields
Invalid key for service
Field
Type
Description
message
string
—
url
string
—
Response 500application/json
1 fields
The product has encountered an internal server error
Field
Type
Description
message
string
Error Message
Response 502application/json
1 fields
While acting as a gateway or proxy, received an invalid response from the upstream server.