Fetch a specific Sync Map Permission
TODO: Resource-level docs
Fetch a specific Sync Map Permission.
Path parameters
-
The SID of the Sync Service with the Sync Map Permission resource to fetch. Can be the Service's
sid
value ordefault
. -
The SID of the Sync Map with the Sync Map Permission resource to fetch. Can be the Sync Map resource's
sid
or itsunique_name
. -
The application-defined string that uniquely identifies the User's Sync Map Permission resource to fetch.
GET /v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}
curl \
-X GET https://sync.twilio.com/v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"identity": "string",
"manage": true,
"map_sid": "string",
"read": true,
"service_sid": "string",
"url": "https://example.com",
"write": true
}
Response examples (200)
{
"account_sid": "string",
"identity": "string",
"manage": true,
"map_sid": "string",
"read": true,
"service_sid": "string",
"url": "https://example.com",
"write": true
}