How can we create a schema in Adobe Experience Platform (AEP) using an API?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Sumit0007 - I hope this helps you. Please go through this document and create it accordingly.
https://developer.adobe.com/experience-platform-apis/references/schema-registry/#operation/createSch...
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/tutorials/create-schema-api
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/api/schemas#create
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/api/getting-started
Thank you,
Jayakrishnaa P.
Hi @Sumit0007 - I hope this helps you. Please go through this document and create it accordingly.
https://developer.adobe.com/experience-platform-apis/references/schema-registry/#operation/createSch...
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/tutorials/create-schema-api
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/api/schemas#create
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/api/getting-started
Thank you,
Jayakrishnaa P.
To create a schema in AEP using an API, you'll have to use the schema registry API, You will have to make a POST API call to the required endpoint, with the schema definition in body.
The Schema Registry is used to access the Schema Library within Adobe Experience Platform. The Schema Library contains resources made available to you by Adobe, Experience Platform partners, and vendors whose applications you use. The registry provides a user interface and RESTful API from which all available library resources are accessible.
The Below Product Document will help you to create the Schema From Schema API.
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/tutorials/create-schema-api#assig...
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/api/schemas#create
Further you can refer to the Adobe's Developer Portal: https://developer.adobe.com/experience-platform-apis/references/schema-registry/#operation/createSch...
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies