Content Items (API)
This document aims to detail how to get content items via our RESTFul API.
You can retrieve specific content items available to your account by making the following GET request:
https://content-api.mobivate.com/v1/<account_id>/item/<code>
Parameters
Parameter
Description
account_id
Your unique Mobivate account id, for example: 0000d000a000d000c000e0f000b00
.
code
Your unique content code. For example: 1234567
.
Successful Response
{
category: "Content Category",
uploaded: "2008-06-16 14:43:38",
file_preview: "https://content.mobivate.com/file/preview/1234567/<random code>",
supplierID: "21",
artist: "Content Artist",
title: "Content Type",
CODE: "1234567",
adult: "No",
short_description: "",
type: "Content Type",
compatibility: "None"
}
Last updated
Was this helpful?