The Create Registration REST API informs the Pega Process Fabric Hub that
your application is ready for registration. Invoking this REST API is the first step that
you take to register applications with the Pega Process Fabric Hub.
You invoke the Create registration REST API by using the following endpoint and
providing relevant input:
POST /registrations
Invoking this
REST API creates an application registration entry that contains relevant details in
the Pega Process Fabric Hub, and the application receives the
Pending-Activation status in the Pega Process Fabric Hub. As a result, you can view the application on the
Registered applications landing page in the Pega Process Fabric Hub. If needed, you can perform further edits through the
API before you continue application registration process.
The following figure shows the Registered applications landing
page in the Pega Process Fabric Hub that includes an application with the
Pending-Activation status:Registered applications landing page
The following table shows sample request body and sample response body for the Create
Registration endpoint: