---
title: "POST /v1/Services"
method: POST
path: "/v1/Services"
tags: ["NotifyV1Service"]
---

# POST /v1/Services

`POST /v1/Services`

## Response `201`

Created

- NotifyV1Service
  - `sid` string, nullable — The unique string that we created to identify the Service resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `apn_credential_sid` string, nullable — The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings.
  - `gcm_credential_sid` string, nullable — The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings.
  - `fcm_credential_sid` string, nullable — The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings.
  - `messaging_service_sid` string, nullable — The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. In order to send SMS notifications this parameter has to be set.
  - `facebook_messenger_page_id` string, nullable — Deprecated.
  - `default_apn_notification_protocol_version` string, nullable — The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource.
  - `default_gcm_notification_protocol_version` string, nullable — The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource.
  - `default_fcm_notification_protocol_version` string, nullable — The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource.
  - `log_enabled` boolean, nullable — Whether to log notifications. Can be: `true` or `false` and the default is `true`.
  - `url` string, uri, nullable — The absolute URL of the Service resource.
  - `links` object, nullable — The URLs of the Binding, Notification, Segment, and User resources related to the service.
  - `alexa_skill_id` string, nullable — Deprecated.
  - `default_alexa_notification_protocol_version` string, nullable — Deprecated.
  - `delivery_callback_url` string, nullable — URL to send delivery status callback.
  - `delivery_callback_enabled` boolean, nullable — Callback configuration that enables delivery callbacks, default false

---

[API](https://skmtc.net/twilio/apis/notify-v1.md) · [All operations](https://skmtc.net/twilio/apis/notify-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/notify-v1/revisions/2d30a1df6148/schema)
