Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Accessing Pega Process Fabric Hub data synchronization endpoints

Updated on November 9, 2021

Obtain the corresponding access token to use data synchronization endpoints because, for greater safety, OAuth 2.0 authentication secures the Pega Process Fabric Hub REST APIs. You obtain data synchronization client credentials that you need in order to get the access token by invoking the Enable Synchronize Registration REST API.

Before you begin:
  • Request your Pega Process Fabric Hub administrator for registration client secret and client ID to invoke the Enable Synchronize Registration REST API.
Note: Obtaining access token for data synchronization APIs requires a unique set of client secret and client ID. For data synchronization APIs, you cannot reuse client secret and client ID that you obtained for registration APIs.
  1. Call the Enable Synchronize Registration endpoint.
    Result: The response includes client secret and client ID that you need to obtain the access token for data synchronization endpoints.
  2. If you generate client ID and client secret for another configurator, share the generated credentials with the configurator in a secure manner.
  3. Invoke the access token endpoint https://process-fabric-domain/prweb/PRRestService/oauth2/v1/token by entering the following request body:
    client_id=client_ID&client_secret=client_secret&grandtype=client_credentials
    Result: The response includes the access token and the expiration in seconds. After the access token expires, you can use the same client ID and client secret to obtain the access token by invoking the access token endpoint.
Result: After you invoke the Enable Synchronization Registration REST API, a registered application in the Pega Process Fabric Hub moves to the Sync-InProgress state, and the Pega Process Fabric Hub is ready to accept incoming data sync requests from this registered application. The remote application can publish the open assignments data, work queues, and operator mappings data to the Pega Process Fabric Hub. After the Pega Process Fabric Hub receives and processes the relevant data, the remote application becomes Active and the Pega Process Fabric Hub displays assignments from that application to users.
  • Previous topic Data Synchronization APIs for the Pega Process Fabric Hub
  • Next topic Publish Tasks in Batch Pega Process Fabric Hub endpoint

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us