curl --request GET \
--url https://api.getovra.com/cards \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"hasMore": true,
"nextCursor": "<string>"
}curl --request GET \
--url https://api.getovra.com/cards \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"hasMore": true,
"nextCursor": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.
API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)
Pagination cursor returned by a previous request
Maximum number of items to return
1 <= x <= 100