GET: Company API Tokens Ingrid 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 format [Query] Set the format for the response data. Value: [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 description String A description of this Company API token. guid String [company_token_guid] The unique identifier of this Company API token. token String 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_date String [YYYY-MM-DDTHH:MM:SSZ] The date when this Company API token was generated. creator_name String The full name of the user who generated this company API token. group String The Access Control Group this token belongs to. September 11, 2019: Published. Related articles API Token Management Customers API Endpoint POST: Generate a New Company API Token API Documentation Overview Finding Behavior Feedback 0 comments Please sign in to leave a comment.