Developer Token Object
Developer Token Object Formats
Developer Token Object Properties
 Required properties are in bold.
Property | Type | Description |
---|---|---|
Active | boolean | Identifies if the Developer Token is enabled. This field is used to disable a developer token so it can no longer be used. Valid values are:
|
string | The primary email address associated with the developer token. | |
ID | string | This property uniquely identifies the developer token. |
JWT | string | This property represents JWT token for the developer. This property will be present in GET method response object. |
Name | string | Identifies the name of the developer. |
Notes | string | General notes about the developer token. |
Permissions | collection | The collection of permissions granted to the developer token. |