filmov
tv
(11) Zoho Integration in Laravel | Fetch Plans and Subscriptions in Zoho | Restful Api Using Postman
Показать описание
What is Zoho, Why we are integrating Zoho, What are the benefits of Zoho.
Zoho is a platform where you can integrate multiple services in your application without creating them by yourself.
We are going to use this through step by step guide.
First we create our account and app in zoho
Then we will install postman and generate grant token
After generating token, we will hit the resource to retrieve the records.
Step 1: Registering a New Client
Step 2: Generating a Grant Token (Execute from browser, not from API client)
Redirect to the following authorization URL with the given parameters
Step 3: Generate Access and Refresh Tokens
After getting code from the above step, make a POST request for the following URL with given parameters, to generate the access_token.
In the response, you will get both access_token and refresh_token.
. The access_token will expire after a particular period (as given in expires_in parameter in the response).
2. The refresh_token is permanent and will be used to regenerate a new access_token, if the current access token is expired.
Step 4: Generate Access Token From Refresh Token
Access Tokens have limited validity. In most cases, access tokens expire in one hour.
Step 6: Calling an API
Access Token can be passed only in the header section and cannot be passed in the request parameter.
Header name should be Authorization
Header value should be Zoho-oauthtoken {access_token}
Run your entire business with 45+ integrated applications. With Zoho One, you can manage, connect, and automate business processes across your organization. Experience the Operating System for Business.
Laravel series goal:
My goal with this Laravel series is to create a guide for those just learning Laravel. This guide will take you from the very beginning of an idea into a real deployable application.
Do you want to get learn more about the laravel, let's take eye on given below series.
Stripe Integration with Laravel cashier
Laravel step by step guide
Laravel Advance series
Laravel Multi role authentication
Laravel fullCalendar js series
Laravel Solutions series
#php
#phplaravel
#laravel
#webdevelopment
#cdl
#career_development_lab
#hadayatniazi
#coding
#technology
Zoho is a platform where you can integrate multiple services in your application without creating them by yourself.
We are going to use this through step by step guide.
First we create our account and app in zoho
Then we will install postman and generate grant token
After generating token, we will hit the resource to retrieve the records.
Step 1: Registering a New Client
Step 2: Generating a Grant Token (Execute from browser, not from API client)
Redirect to the following authorization URL with the given parameters
Step 3: Generate Access and Refresh Tokens
After getting code from the above step, make a POST request for the following URL with given parameters, to generate the access_token.
In the response, you will get both access_token and refresh_token.
. The access_token will expire after a particular period (as given in expires_in parameter in the response).
2. The refresh_token is permanent and will be used to regenerate a new access_token, if the current access token is expired.
Step 4: Generate Access Token From Refresh Token
Access Tokens have limited validity. In most cases, access tokens expire in one hour.
Step 6: Calling an API
Access Token can be passed only in the header section and cannot be passed in the request parameter.
Header name should be Authorization
Header value should be Zoho-oauthtoken {access_token}
Run your entire business with 45+ integrated applications. With Zoho One, you can manage, connect, and automate business processes across your organization. Experience the Operating System for Business.
Laravel series goal:
My goal with this Laravel series is to create a guide for those just learning Laravel. This guide will take you from the very beginning of an idea into a real deployable application.
Do you want to get learn more about the laravel, let's take eye on given below series.
Stripe Integration with Laravel cashier
Laravel step by step guide
Laravel Advance series
Laravel Multi role authentication
Laravel fullCalendar js series
Laravel Solutions series
#php
#phplaravel
#laravel
#webdevelopment
#cdl
#career_development_lab
#hadayatniazi
#coding
#technology