Versions Compared

Key

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

...

Panel
bgColor#FFFFFF
titleBGColor#C8D0E4
titleactivateApplicationSubscription
Status activateApplicationSubscription ( String subscriptionToken ) throws AccountAPINGException

Activates the customers subscription token for an application. Please note: The request is made by the customers account using their session token (X-Authentication header) only.

Info
  • The activation of a new subscription token can take up to 2 minutes, therefore, you should ensure that this delay is handled within your application.  
  • Please note: A maximum number of 10,000 subscription tokens can be created within a 24 hour period. Attempts to create more will return the error TOO_MANY_REQUESTS and restrict the creation of further tokens until the time period has elapsed.

Parameter name

Type

Required

Description

subscriptionToken

String

(tick)

Subscription token for activation.

Return type

Description

Status

 

Throws

Description

AccountAPINGException

Generic exception that is thrown if this operation fails for any reason.

Since 1.0.0