# Create brand vetting **POST /v1/a2p/BrandRegistrations/{BrandSid}/Vettings** A Messaging Service resource to add and get Brand Vettings. ## Servers - https://messaging.twilio.com: https://messaging.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **BrandSid** (string) The SID of the Brand Registration resource of the vettings to create . ### Body: application/x-www-form-urlencoded (object) - **VettingProvider** (string) The third-party provider that has conducted the vetting. One of “CampaignVerify” (Campaign Verify tokens) or “AEGIS” (Secondary Vetting). - **VettingId** (string) The unique ID of the vetting ## 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) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the vetting record. - **brand_sid** (string | null) The unique string to identify Brand Registration. - **brand_vetting_sid** (string | null) The Twilio SID of the third-party vetting record. - **date_updated** (string(date-time) | null) The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **date_created** (string(date-time) | null) The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **vetting_id** (string | null) The unique identifier of the vetting from the third-party provider. - **vetting_class** (string | null) The type of vetting that has been conducted. One of “STANDARD” (Aegis) or “POLITICAL” (Campaign Verify). - **vetting_status** (string | null) The status of the import vetting attempt. One of “PENDING,” “SUCCESS,” or “FAILED”. - **vetting_provider** (string) The third-party provider that has conducted the vetting. One of “CampaignVerify” (Campaign Verify tokens) or “AEGIS” (Secondary Vetting). - **url** (string(uri) | null) The absolute URL of the Brand Vetting resource. ### 202 Accepted #### 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) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the vetting record. - **brand_sid** (string | null) The unique string to identify Brand Registration. - **brand_vetting_sid** (string | null) The Twilio SID of the third-party vetting record. - **date_updated** (string(date-time) | null) The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **date_created** (string(date-time) | null) The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **vetting_id** (string | null) The unique identifier of the vetting from the third-party provider. - **vetting_class** (string | null) The type of vetting that has been conducted. One of “STANDARD” (Aegis) or “POLITICAL” (Campaign Verify). - **vetting_status** (string | null) The status of the import vetting attempt. One of “PENDING,” “SUCCESS,” or “FAILED”. - **vetting_provider** (string) The third-party provider that has conducted the vetting. One of “CampaignVerify” (Campaign Verify tokens) or “AEGIS” (Secondary Vetting). - **url** (string(uri) | null) The absolute URL of the Brand Vetting resource. [Powered by Bump.sh](https://bump.sh)