# Create a Transaction Contact Type **POST /v2/transactions/contacts/types** Creates a new transaction contact type for the authenticated user. ## Servers - https://api.pre.transactiondesk.com: https://api.pre.transactiondesk.com () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **name** (string) ## Responses ### 200 Contact type created successfully #### Body: application/json (object) - **id** (string(uuid)) ### 400 Bad request #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array[string]) ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array) - **data** () [Powered by Bump.sh](https://bump.sh)