Hi,
I’m having some issues.
I was trying to get the list of libraries following the API doc. I was hitting https://cc-libraries.adobe.io/api/v1/libraries (the first API in the doc). I’ve created few libraries and assets both web interface and desktop app.
But the get API returns empty array.
Then I try to create a library using the 2nd api, posting
{
“name”: “test_123”
}
to https://cc-libraries.adobe.io/api/v1/libraries?invocation_mode=sync,async
But I’m getting composite creation error
and status code is 401.
What I’m doing wrong ?
Thanks