curl --request GET \
--url https://api.getovra.com/policies \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"hasMore": true,
"nextCursor": "<string>"
}curl --request GET \
--url https://api.getovra.com/policies \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"hasMore": true,
"nextCursor": "<string>"
}API key (sk_...) or Agent token (at_...)
Pagination cursor returned by a previous request
Maximum number of items to return
1 <= x <= 100