Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Operation

activateApplicationSubscription
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.

  • 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 15,000 subscription UNACTIVATED subscriptions tokens can be created at any one time. Attempts to create more subscription tokens will return the error TOO_MANY_REQUESTS error which will restrict creation of further tokens until existing UNACTIVATED subscription tokens have been ACTIVATED or CANCELLED.

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

  • No labels