Skip to product menu
Skip to main content

Step 6: Calling an API

Access Token can be passed only in header and cannot be passed in the request parameter.

  • Header name should be Authorization
  • Header value should be Zoho-oauthtoken {access_token}

Request Example

Copiedcurl -i -L -X GET
-H "Authorization:Zoho-oauthtoken ***"
-H "X-com-zoho-store-organizationid:58927961"
-H "X-ZOHO-Include-Formatted:true"
'https://commerce.zoho.com/store/api/v1/salesorders'