Key | Type | Description |
---|
client | object | Client details |
public_key_obj.client_obj_id | string | Object ID of client |
public_key_obj.expires_at | integer | Expiration date (milliseconds since Unix epoch time). |
public_key_obj.expires_in | integer | How long key will be authorized (milliseconds since Unix epoch time) |
public_key_obj.scope | array of strings | List of scopes accessible with key. See Issue Public Key for more information |
Scope | Permission |
---|
OAUTH|POST | Allowed to authenticate users |
USERS|POST | Allowed to create users |
USERS|GET | Allowed to get list of users |
USER|GET | Allowed to get a user |
USER|PATCH | Allowed to update a user |
SUBSCRIPTIONS|GET | Allowed to get list of subscriptions |
SUBSCRIPTIONS|POST | Allowed to create subscriptions |
SUBSCRIPTION|GET | Allowed to get a subscription |
SUBSCRIPTIONS|PATCH | Allowed to update a subscription |
CLIENT|REPORTS | Allowed to view client reports |
CLIENT|CONTROLS | Allowed to view client controls |