Page tree

Release 6.0.2


Contents:

   

For the latest updates on available API endpoints and documentation, see api.trifacta.com.

This is the latest version of the APIs.

Contents:


Get list of all access tokens assigned to the authenticated user.

  • Access tokens can be used for managing more secure access to the APIs. For more information, see API Authentication.
  • Access tokens can be created via the Designer Cloud® application or via API. For more information on creating via API, see API AccessTokens Create v4

Version:  v4

Required Permissions

NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.0/index.html#section/Authentication.

Request

Request Type: GET

Endpoint:

/v4/apiAccessTokens


Request Body:

Empty.

Response

Response Status Code - Success:  200 - OK

NOTE: If you receive a Route doesn't exist error message, please verify that the API access token feature has been enabled in your instance of the platform. For more information, see Enable API Access Tokens.

Response Body Example:


{
    "data": [
        {
            "tokenId": "0bc1d49f-5475-4c62-a0ba-6ad269389ada",
            "description": "new token",
            "createdAt": "2019-01-15T20:58:28.175Z",
            "expiredAt": "2020-01-15T20:58:28.175Z",
            "lastUsed": null
        },
        {
            "tokenId": "5e9484ba-a540-4019-acc5-680ad090e1c3",
            "description": "",
            "createdAt": "2019-01-15T23:35:04.698Z",
            "expiredAt": "2020-01-15T23:35:04.698Z",
            "lastUsed": null
        }
    ]
}

Reference

For more information on the properties of an access token, see API AccessTokens Get v4.

This page has no comments.