https://api.bitsighttech.com/ratings/v1/customers/current/api-tokens
Get a list of the Company API tokens for your Bitsight account. See the best practices for API token management.
This does not include User API tokens.
Parameters
Parameter | Description | Values |
---|---|---|
formatQuery |
Set the format for the response data. | [String] json |
Example Request
curl https://api.bitsighttech.com/ratings/v1/customers/current/api-tokens -u api_token:
Example Response
[ { "description":"Jane’s API Token", "guid":"aaaaaaa-1111-bbbb-2222-cccccccccccc", "token":"************************************a1b2", "created_date":"2019-09-06T15:02:18Z", "creator_name":"Jane Smith", "group":"All Companies" } ]
Response Attributes
Field | Description |
---|---|
descriptionString |
A description of this Company API token. |
guidString [ company_token_guid ] |
The unique identifier of this Company API token. |
tokenString |
The Company API token value.
This value is masked, with the last 4 characters visible. The full token is viewable via API only upon creation. |
created_dateString [ YYYY-MM-DDTHH:MM:SSZ ] |
The date when this Company API token was generated. |
creator_nameString |
The full name of the user who generated this company API token. |
groupString |
The Access Control Group this token belongs to. |
Publication Date – September 11, 2019
Feedback
0 comments
Please sign in to leave a comment.