application/json

Body Required

Responses

  • 201 application/json

    returns the created popliste

  • 403

    Forbidden - You don't have permission to access this route

POST /platform/popliste
curl \
 --request POST 'https://domain.tld/api/v2/platform/popliste' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json"