The ApiToken object
The ApiToken object is used to represent an API token in Edgee.
An ApiToken is a unique identifier that you can use to authenticate requests to the API. You can create as many ApiTokens as you need.
Time at which the object was created.
The time this ApiToken expires.
Whether this ApiToken was created from the browser.
This is the internal ID for this ApiToken. You don’t need to record this information, since you will not need to use it.
The last time this ApiToken was used.
The name of the ApiToken.
String representing the object’s type. Objects of the same type share the same value.
The actual token that you will use to authenticate your requests. > Be careful, this token is only returned once, when the token is created.
Time at which the object was last updated.
The ID of the user that created this ApiToken.
Was this page helpful?