Tip |
---|
Deprecated from CRM.COM R18.0.0 |
Excerpt |
---|
This method returns all the access tokens which are not associated with an existing entity. Multiple access tokens are retrieved by each call |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
number (mandatory) | Number | The number of access tokens that should be retrieved |
life_cycle_state (optional) | String | The life cycle state of the access tokens that should be retrieved. The allowed options are EFFECTIVE or NOT_EFFECTIVE or PENDING_VERIFICATION |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...