Retrieves the list of Instagram pages for an instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:GetFbInstagramPages |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AccessToken |
string |
Yes |
The personal access token. This field is not required if you use Alibaba Cloud AccessKey pair (AK+SK) or STS temporary authorization. |
ftete3254*** |
| InstanceId |
string |
Yes |
The instance ID. The unique identifier of the instance. |
inst-8t47hh***5pyj0ps |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
| Message |
string |
The returned message. |
ok |
| RequestId |
string |
The request ID. It is a unique identifier generated by Alibaba Cloud for the request and can be used to troubleshoot issues. |
hgfh77-gfh55*** |
| Data |
array<object> |
The returned data object. |
|
|
object |
The returned data. |
||
| PageId |
string |
The PageId for Messenger. |
12534653543 |
| AccountId |
string |
The ID of the account to which the page belongs. |
1245454654654 |
| PageName |
string |
The page name. |
iwhalecloud |
| ConnectionStatus |
string |
The endpoint connection status. Valid values:
|
Connected |
| AccountName |
string |
The account name. |
Alice |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"Message": "ok",
"RequestId": "hgfh77-gfh55***",
"Data": [
{
"PageId": "12534653543",
"AccountId": "1245454654654",
"PageName": "iwhalecloud",
"ConnectionStatus": "Connected",
"AccountName": "Alice"
}
],
"Code": "OK",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.