# Create service **POST /v1/Services** ## Servers - https://notify.twilio.com: https://notify.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/x-www-form-urlencoded (object) - **FriendlyName** (string) A descriptive string that you create to describe the resource. It can be up to 64 characters long. - **ApnCredentialSid** (string) The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. - **GcmCredentialSid** (string) The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. - **MessagingServiceSid** (string) The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. - **FacebookMessengerPageId** (string) Deprecated. - **DefaultApnNotificationProtocolVersion** (string) 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. - **DefaultGcmNotificationProtocolVersion** (string) 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. - **FcmCredentialSid** (string) The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. - **DefaultFcmNotificationProtocolVersion** (string) 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. - **LogEnabled** (boolean) Whether to log notifications. Can be: `true` or `false` and the default is `true`. - **AlexaSkillId** (string) Deprecated. - **DefaultAlexaNotificationProtocolVersion** (string) Deprecated. - **DeliveryCallbackUrl** (string) URL to send delivery status callback. - **DeliveryCallbackEnabled** (boolean) Callback configuration that enables delivery callbacks, default false ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The unique string that we created to identify the Service resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. - **friendly_name** (string | null) The string that you assigned to describe the resource. - **date_created** (string(date-time) | null) 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) | null) 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 | null) The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. - **gcm_credential_sid** (string | null) The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. - **fcm_credential_sid** (string | null) The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. - **messaging_service_sid** (string | null) 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 | null) Deprecated. - **default_apn_notification_protocol_version** (string | null) 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 | null) 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 | null) 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 | null) Whether to log notifications. Can be: `true` or `false` and the default is `true`. - **url** (string(uri) | null) The absolute URL of the Service resource. - **links** (object(uri-map) | null) The URLs of the Binding, Notification, Segment, and User resources related to the service. - **alexa_skill_id** (string | null) Deprecated. - **default_alexa_notification_protocol_version** (string | null) Deprecated. - **delivery_callback_url** (string | null) URL to send delivery status callback. - **delivery_callback_enabled** (boolean | null) Callback configuration that enables delivery callbacks, default false [Powered by Bump.sh](https://bump.sh)