POST nagra_media_platform/authenticate
Available from CRM.COM R8.0.0
This method authenticates a subscriber against Nagra Media Live Platform provider and returns a token that can be used from third party systems in order to provision a service. A single subscription can be authenticated by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||||||||||||||||||||
token | String | The token retrieved from the login method | ||||||||||||||||||||||||||||||
accounts_receivable_identifier (mandatory) | Accounts receivable identifier | The identifier of the accounts receivable that owns the subscription that will be authenticated. The allowed accounts receivable identifier fields are the following:
| ||||||||||||||||||||||||||||||
subscription_identifier (mandatory) | Subscription Identifier | The identifier of the subscription that will be authenticated. The allowed subscription identifier fields are the following:
Note that the specified subscription should be owned by the specified accounts receivable | ||||||||||||||||||||||||||||||
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 |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Name | Type | Description |
---|---|---|
nagra_token | String | The token retrieved by Nagra Media Live Platform Provider
|
Subscription Object | The subscription that was authenticated |
Referred Objects Response Data