Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 528 Bytes

access-token.md

File metadata and controls

23 lines (17 loc) · 528 Bytes
description
Access token resource

Access token

An access token is associated with an API key to allow access to project APIs.

Properties

Name Type Format Description
name string The access token name
token string The read-only access token value

Example

{
    "name": "default",
    "token": "3gNAeyXAqClzWd4XH8kL4zFgxskDntaNtPkVXBOXjFKs6Mx3"
}