Skip to content
Advertisement

Tag: api

Somehow the API is not getting my parameters sent via cURL, how could I get this working?

I have the following cURL function: All that I’m getting as a response is that the email is missing. I’ve read the documentation, all they have about this specific requisition is: Definition: GET https://api.leaddyno.com/v1/affiliates/by_email Curl: That’s a dummy private key, of course. I would appreciate any help. Answer This: is not the sort of array it’s expecting. is likely what

Generate unique code every six hour with wordpress rest api

I want to generate 12 digit unique code with wordpress rest api which refresh every six hours. I didn’t find any code or method for my requirement. Example URL: ….domainname.com/wp-json/astra-sites/v1/get-last-unique-code Json code on above link: This code refresh every six hours. Please give me code or details to generate same code which refresh every six hours. I know how to

How to fetch Enhanced ecommerce data from analytics using Google analytics Reporting API – PHP

I configured google analytics and integrated Enhanced ecommerce report of my website. (Screenshot – Analytics Dashboard) Now I want to fetch the analytics reports via API. I could successfully fetch the reports in “Audience Overview”. But I couldn’t fetch the reports in “Ecommerce Shopping Behavior”. I used Hello Analytics Reporting API v4 PHP and Dimensions & Metrics Explorer for fetching

PHP architecture – Individual cron job per user

I’m building a website in PHP and need an API to be checked on a regular basis for EACH USER individually. In a nutshell it’s a SaaS to steer a user account on another website with additional/automated options. A web based bot if you want. So basically, I need to dynamically create a new cron job with its individual interval

RUN API inside SQL database upload

I have an API to do an action for a site. The API works and does what it needs to be done. The API information is populated from a form I have. the form also needs to upload information to MYSQL database using SQL I have the following SQL The above works as the header runs the API, but once

Slim Php not recognizing gets

I am just starting to work with Slim PHP. What could be the reason that get is not recognized on server? This route works: it returns required text https://mywebsite/back/public This route doesn’t …

Fetching A Patron Data From Patreon API

I’m developing a webpage with Laravel 8 and I have issues with fetching a patron details by id from Patreon API. Here is my use case. I’ve added “Login with Patreon” option to my webpage, and it works well. When someone login with Patreon successfully, I store her/his Patreon id and set remember token to login the member automatically when

Advertisement