Response Object

KeyTypeDescription
clientobjectClient details
public_key_obj.client_obj_idstringObject ID of client
public_key_obj.expires_atintegerExpiration date (milliseconds since Unix epoch time).
public_key_obj.expires_inintegerHow long key will be authorized (milliseconds since Unix epoch time)
public_key_obj.scopearray of stringsList of scopes accessible with key. See Issue Public Key for more information

Available Scopes

ScopePermission
OAUTH|POSTAllowed to authenticate users
USERS|POSTAllowed to create users
USERS|GETAllowed to get list of users
USER|GETAllowed to get a user
USER|PATCHAllowed to update a user
SUBSCRIPTIONS|GETAllowed to get list of subscriptions
SUBSCRIPTIONS|POSTAllowed to create subscriptions
SUBSCRIPTION|GETAllowed to get a subscription
SUBSCRIPTIONS|PATCHAllowed to update a subscription
CLIENT|REPORTSAllowed to view client reports
CLIENT|CONTROLSAllowed to view client controls
Language