Set Permissions

Resource Type

Resource ID

Permissions

Example API Call

curl --request POST \
     --url https://data-api.foursquare.com/v1/permissions \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Response

{
  "message": "Permissions set successfully (2 created, 0 updated, 0 removed)."
}