200 | | | success |
| count | string | Total count of the number of resources registered for a specific OTT network. |
| page | string | Page Number of the results returned. |
| pageSize | string | Page size of the results returned. |
| links | object | Pagination links. |
| links.self | object | Link to the current page of result set. |
| links.self.href | string | URL to the current page of the result set. |
| links.previous | object | Link to the previous page of result set. |
| links.previous.href | string | URL to the previous page of the result set. |
| links.next | object | Link to the next page of result set. |
| links.next.href | string | URL to the next page of the result set. |
| items | array | Indicates the name of the OTT network the resource is being registered with values: line, messenger. |
| items.ottPlatformName | string | Indicate the name of the OTT network the resource is being registered with values: line, messenger. |
| items.ottPlatformAttributes | object | Object containing OTT platform attributes. |
| items.ottPlatformAttributes.applicationId | string | Facebook Application Id. Required for registering Messenger resource. |
| items.ottPlatformAttributes.pageId | string | Facebook Page Id. Required for registering Messenger resource. |
| items.ottPlatformAttributes.pageName | string | Facebook Page Name. Required for registering Messenger resource. |
| items.ottPlatformAttributes.endpointUrl | string | Send API url of the OTT network. |
| items.ottPlatformAttributes.isActive | integer | Indicate if the OTT resource is active with values: 0 (Inactive), 1 (Active). |
| items.ottPlatformAttributes.channelId | string | LINE channel Id. Required for registering LINE resource. |
| items.ottPlatformAttributes.channelName | string | LINE channel name. Required for registering LINE resource. |
| items.ottPlatformAttributes.isTransactional | integer | Indicate if LINE channel is Transactional or Reseller with values: 0 (Reseller), 1 (Transactional). |
| items.ottPlatformAttributes.isTestChannel | integer | Indicate if LINE channel is a Test channel with values: 0 (Not a test channel), 1 (test channel). |
| | | |
400 | | | Bad Request |
| message | string | Error message. |
| errorcode | number | Error code. |
| documentation | string | Documentation for the error code. |
| validationErrors | array | Validation errors in the request payload. |
| | | |
403 | | | Forbidden |
| message | string | Error message. |
| errorcode | number | Error code. |
| documentation | string | Documentation for the error code. |
| | | |
404 | | | Not Found |
| message | string | Error message. |
| errorcode | number | Error code. |
| documentation | string | Documentation for the error code. |