Activate
Method: POST
URL: https://www.wellcomemat.com/api/media/activate.php
Notes:
- Include at least
hash
orcustomid
Parameters
Key | Type | Description |
---|---|---|
key | text | {{key}} |
secret | text | {{secret}} |
hash | text | Media Hash |
customid | text | Custom/Listing ID. A Custom ID is a unique code you can use to more easily identify your video when connecting to WellcomeMat via our API. |
Response
type MediaActivateResponse = {
success: 0 | 1;
error: string;
warnings: string;
media?: Media;
};