Provides status and results of an eligibility check
status
field in the response can have one of the following values:
Status Code | Details |
---|---|
complete | Indicates that the search has been completed. |
processing | Signifies that the search is currently in progress, and it is recommended to retry the request later. |
error | Suggests that the search dit not finished successfully, and you can find descriptions of error codes below. |
Error code | Details |
---|---|
insurer_problem | Insurer not available, try again later |
unexpected_error | Unknown error |
X-Signature
header in request to webhook endpoint.
Signature is a request raw data signed with secret by HMAC SHA256 algorithm. Python example:
Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
The response is of type object
.