Skip to main content
GET
/
services
/
{service}
/
members
List members and pending invitations
curl --request GET \
  --url https://docs.dezerx.com/api/application/services/{service}/members \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>",
  "meta": {},
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

service
integer
required

Response

200 - application/json

Successful response

data
any
required
meta
object
required
message
string