02-10-22 12:44 PM
03-10-22 02:00 PM
04-10-22 04:33 AM
{
"type": "application",
"appId": "__appId__",
"appSecret": "__appSecret__"
}
So that "__ appId__" shou;d be replace by the value that website gives and appsecret replaves by secret code that website gives.Generate the access token which is required for making any API call. You must execute this API before executing any other API.
Replace your appId
and appSecret
values in the request body.
Authorization: Bearer Token
{
"type": "application",
"appId": "__appId__",
"appSecret": "__appSecret__"
}
04-10-22 02:45 PM
06-10-22 07:11 AM
07-10-22 11:23 AM
07-10-22 02:35 PM
10-10-22 08:41 AM