📬
MobiPay API Documentation
Mobivate
📬
MobiPay API Documentation
  • 👋Welcome to MobiPay
  • Send SMS via HTTP (MT)
  • Receive SMS via HTTP (MO)
  • Use Cases
    • Send SMS via HTTP (MT) Example
    • Receive SMS via HTTP (MO) Example
    • Gateway Responses
    • Send Silent OBS Billing Message Example
    • Unsubscribe VIA MT Unsubscribe Notification
    • Receive Delivery Receipt via HTTP (DR)
    • Acknowledging MO's and DR's
    • Send A Premium SMS via HTTP (MT) Example
    • Vodafone/Airtel Ghana Billing
  • API Message Paramaters
    • API Message Parameters
    • Send BINARY SMS (MT) parameters
    • Receive SMS (MO) parameters
    • Subscription API (RESTFul)
      • Initiate Subscription (API)
      • Validate PIN (API)
      • Unsubscribing Users (API)
      • Checking Subscription Status (API)
      • Sending Messages To Subscribers (API)
      • Sending Content To Subscribers (API)
    • Content API (RESTFul)
      • Content Types (API)
      • Content Categories (API)
      • Search Content (API)
      • Latest Content Items (API)
      • Content Items (API)
  • Network Double Opt-In
    • Network Double Opt-in (NDOI)
    • Network Double Opt-in (NDOI) Unsubscribe
    • NDOI Keyword Patterns per country
  • MNO Web Opt-in
    • MNO Web Opt-in Introduction
    • MNO Web Opt-In South Africa
    • MNO Web Opt-In Kenya
      • Configuring your campaign
      • Subscribing users to your service
        • Subscribing users via Upstream
        • Subscribing users via Scienlabs
      • Unsubscribing users from your service
      • Receiving callback notifications
    • MNO Web Opt-In Nigeria
      • Subscribing the User to the Service
      • Unsubscribing user from the Service
      • Delivery Notifications
  • UK Direct Carrier Billing
    • UK DCB/Charge to Bill
      • UK Network Flows
Powered by GitBook
On this page
  • Parameters
  • Successful Response

Was this helpful?

  1. API Message Paramaters
  2. Content API (RESTFul)

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"
}

Please note: You should fetch any file_preview items available for download and store them locally as it's usually fastest possible option for the website to load.

PreviousLatest Content Items (API)NextNetwork Double Opt-in (NDOI)

Last updated 1 year ago

Was this helpful?