access_tokens
- access_tokens/configuration
- GET access_tokens/configuration/classifications/list — This method returns the access token classifications that are allowed to be used to classify access tokens. Multiple access token classifications are returned by each call
- GET access_tokens/get_not_associated — This 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/list — This 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_code — This 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/create — This method creates an access token. Single access tokens can be created by each call.
- POST access_tokens/forgot_pass_code — This 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_otp — This 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_code — This 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_code — 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
- POST access_tokens/set_as_effective — This 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_effective — This 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/show — This method returns information related with an access token. A single access token is returned by each call
- POST access_tokens/update — This 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/delete — This 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/verify — This method verifies access tokens which are in Pending Verification life cycle state. A single access token can be verified by each call.