access_tokens

  • access_tokens/configuration
  • GET access_tokens/get_not_associatedThis method returns all the access tokens which are not associated with an existing entity. Multiple access tokens are retrieved by each call
  • GET access_tokens/listThis method returns information related to multiple access tokens, which are related either to an accounts receivable or a rewards participant. Multiple access tokens are returned by each call. 
  • POST access_tokens/change_pass_codeThis method changes the pass code for an existing access token. The scenario of using this method is when a customer requests to change the pass code of an access token (of which the identifier is of email address format). This method can be applied only on effective access tokens. A single access token change pass code can be requested by each call
  • POST access_tokens/createThis method creates an access token. Single access tokens can be created by each call.
  • POST access_tokens/forgot_pass_codeThis method requests a new pass code for an existing customer's access token providing such access token's identifier (where such reset email will be sent). The access token's identifier should be of email address format. This method can be applied only on effective access tokens. A single access token forgot pass code can be requested by each call
  • POST access_tokens/generate_otpThis method generates a one-time password (OTP) for an access token, by providing the access token identifier. A single access token otp can be generated by each call. 
  • POST access_tokens/reset_pass_codeThis method resets an access token pass code to a random 6 alphanumeric characters, by providing the access token authentication code or identifier. This method can be applied only on effective access tokens. A single access token can be update by each call. From CRM.COM R13.1.0 this method will reset the access token pass code to one that meets the configured Access Token Definition or Classification pass code settings
  • POST access_tokens/reset_verification_codeThis 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
  • POST access_tokens/set_as_effectiveThis method sets an access token as Effective. This method can be applied only on not effective access tokens. A single access token can be updated by each call.
  • POST access_tokens/set_as_not_effectiveThis method sets an access token as Not Effective. This method can be applied only on Effective access tokens. A single access token can be updated by each call.
  • POST access_tokens/showThis method returns information related with an access token. A single access token is returned by each call
  • POST access_tokens/updateThis method updates access tokens. A single access token can be updated by each call. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null.
  • POST access_tokens/deleteThis method is used to delete access tokens that have Lifecycle state Not Effective. A single access token can be deleted through this method.
  • POST access_tokens/verifyThis method verifies access tokens which are in Pending Verification life cycle state. A single access token can be verified by each call.