Publication Date – April 28, 2023
https://api.bitsighttech.com/ratings/v1/underwriting-guidelines/defaults
Get your default underwriting guidelines.
Example Request
curl https://api.bitsighttech.com/ratings/v1/underwriting-guidelines/defaults -u api_token:
Example Response
[ […] { "guid": "m521bb61-33c4-42c9-1234-c8194c305db3", "risk_vectors": [ […] { "risk_vector_slug": "application_security", "minimum_grade": "A", "is_active": true, "risk_vector_category": "Diligence" } ], "updated_time": "2023-03-30T10:41:02.404000Z" } ]
Response Attributes
Field | Description | ||
---|---|---|---|
guidString [ guideline_guid ] |
The unique identifier of this underwriting guideline. | ||
risk_vectorsArray |
Risk vectors and their minimum grades. | ||
Object | A risk vector. | ||
risk_vector_slugString |
The risk vector slug name. | ||
minimum_gradeString |
The minimum letter grade of this risk vector. | ||
is_activeBoolean |
true = The minimum grade is active for this risk vector. |
||
risk_vector_categoryString |
The risk vector category. | ||
updated_timeString [ YYYY-MM-DDTHH:MM:SSZ ] |
The date when the underwriting guideline was last updated. |
Status Codes
Code | Description |
---|---|
200 – Okay |
Everything worked as expected. |
401 – No Authentication |
No valid API token was provided. |
403 – Unauthorized |
You do not have permission to access this resource. |
404 – Not Found |
The specified resource could not be found. |