Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Tip

Available from CRM.COM R12.0.0

Deprecated from CRM.COM R18.0.0


Excerpt

This method resets an access token verification code, by providing the access token authentication code or identifier. This method can be applied only onĀ Pending VerificationĀ access tokens. A single access token can be update by each call

...

Name

Type

Description

token

String

The token retrieved from the login method

authentication_code

(semi-optional)

String

The authentication code of the access token

identifier

(semi-optional)

StringThe identifier of the access token
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

...