Subscribe to API newsletter - celdotro/marketplace GitHub Wiki

About

  • Subscribe to API newsletter

Class

celmarket\Admin\AdminInformation

Method

subscribeToApiNewsletter

API

  • method: admininfo
  • action: subscribeToApiNewsletter

Parameters

  • (none)

Response

An object with the following attributes

  • success = 1 -> operation was successfully executed

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Admin/34.subscribeToApiNewsletter.php

Example - JSON

{
  "request": {
    
  },
  
  "response": {
   "success": 1 
  }
}
⚠️ **GitHub.com Fallback** ⚠️