Retrieve Organization Sync Data

This endpoint synchronize information of a specified organization.

Prerequisites

  • Authentication: Basic or OAuth credentials
  • Default access group

Resource information

URI/integration/v1/sync/org/[orgId]
HTTP MethodGET
PaginationNo
Batch supportNo
Rate limit informationNot specified

Endpoint

GET http://ccurl/integration/v1/sync/org/{orgId}

Path Parameters

NameTypeDescription
orgIdstringUnique identifier of the organization

Request body sample

curl --request GET \
     --url http://host/integration/v1/sync/org/orgId \
     --header 'accept: application/json'
Language
URL
Click Try It! to start a request and see the response here!