Expand my Community achievements bar.

Adobe Summit 2025: AEP & RTCDP Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Adobe Places Library UUID

Avatar

Level 1

Hi,

Can someone help me where to find UUID for POI Library. Poi library only takes Name when creating, but the request expects an ID.

 

Thanks,

 

{
"type": "validUUID",
"expected": null,
"actual": "MyDemoLibrary",
"field": "library",
"message": "The 'library' field must be a valid UUID! Actual: MyDemoLibrary"
}

1 Accepted Solution

Avatar

Correct answer by
Employee

If you ever forget this UUID you can do a simple lookup of all your places for your org using the following request:

curl -X GET 'https://api-places.adobe.io/places/placesapi/v1/libraries' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'

 

Docs for reference -> https://docs.adobe.com/content/help/en/places/using/web-service-api/api-usage/manage-libraries/read-...

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

If you ever forget this UUID you can do a simple lookup of all your places for your org using the following request:

curl -X GET 'https://api-places.adobe.io/places/placesapi/v1/libraries' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'

 

Docs for reference -> https://docs.adobe.com/content/help/en/places/using/web-service-api/api-usage/manage-libraries/read-...

Avatar

Employee
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?