SOS Search

This endpoint will be used to submit requests to search SOS States information.

Credit Message Error
- {"code": "credit_message", "message": "Credit limit reached! For assistance, please contact the support"}

Request and Response Object Structures.

{
  "name": string,
  "state":string,
  "callback_url": [string]
}
{
    "id": integer,
    "status": string,
    "name": string,
    "address": string,
    "states": string,
    "created_at": string
}

Sample Requests and Responses.

{
    "name": "Microsoft",
    "state":"arkansas"
}
{
    "id": 6,
    "status": "Pending",
    "name": "Microsoft",
    "address": null,
    "callback_url": null,
    "states": "arkansas",
    "created_at": "2023-09-18T10:52:41.189571Z"
}
{
    "name": [
        "This field is required"
    ]
}
{
    "state": [
        "This field is required"
    ]
}
{
    "state": [
        "Invalid Input. Allowed values are : alabama, alabama, alaska, arizona, arkansas, california, colorado, connecticut, delaware, district of columbia, florida, florida, hawaii, hawaii, idaho, illinois, indiana, iowa, kansas, louisiana, maine, maryland, massachusets, michigan, minnesota, mississippi, missouri, montana, nebraska, nevada, new hampshire, new jersey, new mexico, newyork, north carolina, north dakota, ohio, oklahoma, oregon, pennsylvania, rhodeisland, south carolina, south dakota, tennessee, utah, washington, west virginia, west virginia"
    ]
}
{
    "detail": "Authentication credentials were not provided."
}
{
    "detail": "Credit limit reached! For assistance, please contact the support"
}
{
    "detail": "Invalid token."
}

Request Parameters:

Field NameField TypeMandatory/OptionalDescription
nameStringMandatoryBusiness Name to search
stateStringMandatoryPredefined state value as defined below
callback_urlList of StringOptionalA Valid endpoint which should return a success status 2xx. Once the result is available we will post it to the endpoint. Read more on Webhooks

alabama, alabama, alaska, arizona, arkansas, california, colorado, connecticut, delaware, district of columbia, florida, florida, hawaii, hawaii, idaho, illinois, indiana, iowa, kansas, louisiana, maine, maryland, massachusets, michigan, minnesota, mississippi, missouri, montana, nebraska, nevada, new hampshire, new jersey, new mexico, newyork, north carolina, north dakota, ohio, oklahoma, oregon, pennsylvania, rhodeisland, south carolina, south dakota, tennessee, utah, washington, west virginia, west virginia

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!