GET
/
community
/
{id}
/
experience
curl --request GET \
  --url https://api.other.page/v1/community/{id}/experience \
  --header 'X-Api-Key: <api-key>'
{
  "total": 123,
  "perPage": 123,
  "page": 123
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

Response

200 - application/json
Returns all experiences

The response is of type object.