Skip to main content
GET
/
v1
/
admin
/
staff
List Staff (staff)
curl --request GET \
  --url https://api.oviond.com/v1/admin/staff \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {}
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "total": 123
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer | null
default:0
Required range: x >= 0
Example:

0

limit
integer
default:20
Required range: 1 <= x <= 100
Example:

20

Response

200 - application/json

Staff list

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