Api Token
This is an object representing a Lightspark API token, that can be used to authenticate this account when making API calls or using our SDKs. See the “Authentication” section of our API docs for more details on its usage.Fields (7)id
The unique identifier of this entity across all Lightspark systems. Should be treated as an opaque string.created_at
The date and time when the entity was first created.updated_at
The date and time when the entity was last updated.client_id
An opaque identifier that should be used as a client_id (or username) in the HTTP Basic Authentication scheme when issuing requests against the Lightspark API.name
An arbitrary name chosen by the creator of the token to help identify the token in the list of tokens that have been created for the account.permissions
A list of permissions granted to the token.List[Permission]
is_deleted
Whether the api token has been deleted.- AuditLogActor
- Entity