V2 > Share

Create a token from a share

Create a token from a share, please take care to add https://player.vod2.infomaniak.com and https://api.vod2.infomaniak.com when using allowed_domains along when using infomaniak player

post/1/vod/channel/{channel}/share/{share}/token

Path parameters

channelinteger required

The Channel unique identifier

shareinteger required

The Share unique identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

datastring

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.