# Auth Types ## Create AuthType - [POST /auth-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/auth-types/createauthtype.md): Creates a new AuthType ## List AuthType - [GET /auth-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/auth-types/listauthtype.md): Lists all AuthType ## Get AuthType - [GET /auth-types/{authType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/auth-types/getauthtype.md): Gets AuthType ## Update AuthType - [PUT /auth-types/{authType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/auth-types/updateauthtype.md): Updates a specific AuthType. ## Delete AuthType - [DELETE /auth-types/{authType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/auth-types/deleteauthtype.md): Deletes an AuthType ## Create or Update Batch AuthType - [PUT /auth-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/auth-types/updatebatchauthtype.md): Create or Update multiple AuthType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.