# Create plugin configuration **POST /v1/PluginService/Configurations** ## Servers - https://flex-api.twilio.com: https://flex-api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **Flex-Metadata** (string) The Flex-Metadata HTTP request header ### Body: application/x-www-form-urlencoded (object) - **Name** (string) The Flex Plugin Configuration's name. - **Plugins** (array) A list of objects that describe the plugin versions included in the configuration. Each object contains the sid of the plugin version. - **Description** (string) The Flex Plugin Configuration's description. ## 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 Flex Plugin Configuration resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Configuration resource and owns this resource. - **name** (string | null) The name of this Flex Plugin Configuration. - **description** (string | null) The description of the Flex Plugin Configuration resource. - **archived** (boolean | null) Whether the Flex Plugin Configuration is archived. The default value is false. - **date_created** (string(date-time) | null) The date and time in GMT when the Flex Plugin Configuration was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **url** (string(uri) | null) The absolute URL of the Flex Plugin Configuration resource. - **links** (object(uri-map) | null) [Powered by Bump.sh](https://bump.sh)