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