forked from twilio/sample-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request twilio#57 from twilio/update-snippets
update snippets with api-definitions #1b2b51ec
- Loading branch information
Showing
183 changed files
with
1,899 additions
and
77 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_calls_credential_list_mapping/create-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Create Auth Calls Credential List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Calls/CredentialListMappings.json", | ||
"method": "post", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_calls_credential_list_mapping", | ||
"action": "create" | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
api/v2010/auth_calls_credential_list_mapping/create-default/output/create-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"credential_list_sid": "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_calls_credential_list_mapping/delete-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Delete Auth Calls Credential List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Calls/CredentialListMappings/{sid}.json", | ||
"method": "delete", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_calls_credential_list_mapping", | ||
"action": "delete" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_calls_credential_list_mapping/fetch-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Fetch Auth Calls Credential List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Calls/CredentialListMappings/{sid}.json", | ||
"method": "get", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_calls_credential_list_mapping", | ||
"action": "fetch" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
api/v2010/auth_calls_credential_list_mapping/fetch-default/output/fetch-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_calls_credential_list_mapping/read-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Read Auth Calls Credential List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Calls/CredentialListMappings.json", | ||
"method": "get", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_calls_credential_list_mapping", | ||
"action": "read" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
api/v2010/auth_calls_credential_list_mapping/read-default/output/read-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"first_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Calls/CredentialListMappings.json?PageSize=50&Page=0", | ||
"end": 0, | ||
"previous_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Calls/CredentialListMappings.json?PageSize=50&Page=0", | ||
"contents": [ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} | ||
], | ||
"uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Calls/CredentialListMappings.json?PageSize=50&Page=0", | ||
"page_size": 50, | ||
"start": 0, | ||
"next_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Calls/CredentialListMappings.json?PageSize=50&Page=50", | ||
"page": 0, | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_calls_ip_access_control_list_mapping/create-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Create Auth Calls Ip Access Control List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Calls/IpAccessControlListMappings.json", | ||
"method": "post", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_calls_ip_access_control_list_mapping", | ||
"action": "create" | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...v2010/auth_calls_ip_access_control_list_mapping/create-default/output/create-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "ALXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"ip_access_control_list_sid": "ALXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_calls_ip_access_control_list_mapping/delete-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Delete Auth Calls Ip Access Control List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Calls/IpAccessControlListMappings/{sid}.json", | ||
"method": "delete", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_calls_ip_access_control_list_mapping", | ||
"action": "delete" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_calls_ip_access_control_list_mapping/fetch-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Fetch Auth Calls Ip Access Control List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Calls/IpAccessControlListMappings/{sid}.json", | ||
"method": "get", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_calls_ip_access_control_list_mapping", | ||
"action": "fetch" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
api/v2010/auth_calls_ip_access_control_list_mapping/fetch-default/output/fetch-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "ALXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_calls_ip_access_control_list_mapping/read-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Read Auth Calls Ip Access Control List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Calls/IpAccessControlListMappings.json", | ||
"method": "get", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_calls_ip_access_control_list_mapping", | ||
"action": "read" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
api/v2010/auth_calls_ip_access_control_list_mapping/read-default/output/read-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"first_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Calls/IpAccessControlListMappings.json?PageSize=50&Page=0", | ||
"end": 0, | ||
"previous_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Calls/IpAccessControlListMappings.json?PageSize=50&Page=0", | ||
"contents": [ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "ALXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} | ||
], | ||
"uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Calls/IpAccessControlListMappings.json?PageSize=50&Page=0", | ||
"page_size": 50, | ||
"start": 0, | ||
"next_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Calls/IpAccessControlListMappings.json?PageSize=50&Page=50", | ||
"page": 0, | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_registrations_credential_list_mapping/create-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Create Auth Registrations Credential List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Registrations/CredentialListMappings.json", | ||
"method": "post", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_registrations_credential_list_mapping", | ||
"action": "create" | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...2010/auth_registrations_credential_list_mapping/create-default/output/create-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"credential_list_sid": "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_registrations_credential_list_mapping/delete-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Delete Auth Registrations Credential List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Registrations/CredentialListMappings/{sid}.json", | ||
"method": "delete", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_registrations_credential_list_mapping", | ||
"action": "delete" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_registrations_credential_list_mapping/fetch-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Fetch Auth Registrations Credential List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Registrations/CredentialListMappings/{sid}.json", | ||
"method": "get", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_registrations_credential_list_mapping", | ||
"action": "fetch" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
api/v2010/auth_registrations_credential_list_mapping/fetch-default/output/fetch-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
16 changes: 16 additions & 0 deletions
16
api/v2010/auth_registrations_credential_list_mapping/read-default/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "server", | ||
"title": "Read Auth Registrations Credential List Mapping", | ||
"_definition": { | ||
"params": { | ||
"required": {}, | ||
"path": {} | ||
}, | ||
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/SIP/Domains/{domain_sid}/Auth/Registrations/CredentialListMappings.json", | ||
"method": "get", | ||
"domain": "api", | ||
"version": "v2010", | ||
"resource": "sip_auth_registrations_credential_list_mapping", | ||
"action": "read" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
api/v2010/auth_registrations_credential_list_mapping/read-default/output/read-default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"first_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Registrations/CredentialListMappings.json?PageSize=50&Page=0", | ||
"end": 0, | ||
"previous_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Registrations/CredentialListMappings.json?PageSize=50&Page=0", | ||
"contents": [ | ||
{ | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000", | ||
"friendly_name": "friendly_name", | ||
"sid": "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} | ||
], | ||
"uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Registrations/CredentialListMappings.json?PageSize=50&Page=0", | ||
"page_size": 50, | ||
"start": 0, | ||
"next_page_uri": "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SIP/Domains/SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Auth/Registrations/CredentialListMappings.json?PageSize=50&Page=50", | ||
"page": 0, | ||
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | ||
"domain_sid": "SDXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ | |
"resource": "message", | ||
"action": "create" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
"resource": "message", | ||
"action": "create" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.