Post subscription
POST {{baseUrl}}/v1/subscriptions
Request Body
{"entityId"=>"entity_id", "eventType"=>"PORTIN_ORDER_STATUS", "product"=>"PORTING", "subscriptionStatus"=>"ACTIVE", "notifyStates"=>["COMPLETED"], "tags"=>[{"value"=>"tagValue", "name"=>"tagName"}], "notificationChannel"=>[{"url"=>"https://POST-callback-endpoint.com"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. | |
Accept | string |