Hi
I got access_token
and using access token
I reqeust https://api.lucid.co/documents/search api as following
but I the reponse
{"code":"accessForbidden""message":"Access to this resource is forbidden""requestId":"530f5326c88efe43"}
scope is lucidchart.document.content:readonly
is there anything to do more?
** request **
curl 'https://api.lucid.co/documents/search' --request 'POST'
--header 'Lucid-Api-Version: 1'
--header "Authorization: Bearer $access_token"
--header 'Content-Type: application/json'
--data-raw '{ "product": ["lucidchart"] "createdStartTime": "2020-12-31T15:00:00Z" "createdEndTime": "2021-01-30T15:00:00Z" }'