Skip to main content
GET
/
v1
/
pages
List Pages
curl --request GET \
  --url https://api.oviond.com/v1/pages \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "page_id": "pg_abc123",
      "source_id": "<string>",
      "name": "Overview",
      "position": 123,
      "visible": true,
      "legacy": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

source_id
string
required
Example:

"proj123"

source_type
enum<string>
Available options:
project,
template
Example:

"project"

Response

Pages list

success
enum<boolean>
required
Available options:
true
data
object[]
required