https://api.bitsighttech.com/ratings/v1/client-access-links
View your registration forms for clients to register for the Client/Vendor Access Program.
Available for Cyber Insurance users.
Example Request
curl https://api.bitsighttech.com/ratings/v1/client-access-links -u api_token:
Example Response
{ "links": { "next": null, "previous": null }, "count": 1, "results": [ { "guid": "19caa9ab-0560-4661-9d02-3364b13714ec", "link": "https://service.bitsighttech.com/app/static/pages/access-request?token=19caa9ab-0560-4661-9d02-3364b13714ec", "name": null, "description": null, "is_active": true, "created_time": "2024-01-29T11:32:20.094183Z", "updated_time": "2024-01-29T13:36:10.828123Z", "created_by": { "guid": "de5750f0-f60b-4478-9bfc-08m20e71f4b2", "formal_name": "User one" }, "updated_by": { "guid": "de4750f0-f60z-3478-9bfc-08f20e71e4b2", "formal_name": "User Two" } } ] }
Response Attributes
Field | Description | |||
---|---|---|---|---|
linksObject |
Navigation for multiple pages of results. See pagination. | |||
nextString |
The URL for navigating to the next page of results. | |||
previousString |
The URL for navigating to the previous page of results. | |||
countInteger |
The number of forms. | |||
resultsArray |
Forms and their details. | |||
Object | A form. | |||
guidString [collab_form_guid] |
The unique identifier of this collaboration registration form. | |||
linkString |
The form URL. | |||
nameString |
The name of this form. | |||
descriptionString |
A description of this form. | |||
is_activeBoolean |
true = This form is active. |
|||
created_timeString [ YYYY-MM-DDTHH:MM:SSZ ] |
The date and time when this form was created. | |||
updated_timeString [ YYYY-MM-DDTHH:MM:SSZ ] |
The date and time when this form was last updated. | |||
created_byObject |
The user who created this form. | |||
guidString [ user_guid ] |
This user’s unique identifier. | |||
formal_nameString |
This user's name. | |||
updated_byObject |
The user who last updated this form. | |||
guidString [ user_guid ] |
This user’s unique identifier. | |||
formal_nameString |
This user's name. |
Status Codes
See the common errors and 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. |
February 12, 2024: Published.
Feedback
0 comments
Please sign in to leave a comment.