getProviderNotifyCell
GET
/v1/providers/{id}/notify-cellget provider notification cell
Request
Path Params
id
object
required
Request samples
Responses
get provider notification cell(200)
get provider notification cell
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
providers
array[object (provider_notification) {1}]
optional
notify_cell
string | null
notification cell of the provider
Example:
9140002500
Example
{
"providers": [
{
"notify_cell": 9140002500
}
]
}
Last modified: 7 months ago