Skip to main content
GET
/
v1
/
projects
/
all
List All Projects
curl --request GET \
  --url https://api.oviond.com/v1/projects/all \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

client_id
string

Response

200 - application/json

All projects

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