My Bypass Codes REST Endpoints

Self-Service/My Bypass Codes
This endpoint is used by an end user to query, update, create, and delete their bypass codes. This REST API is SCIM compliant.
Create a Bypass Code
Method: post
Path: /admin/v1/MyBypassCodes
Delete a Bypass Code
Method: delete
Path: /admin/v1/MyBypassCodes/{id}
Get a Bypass Code
Method: get
Path: /admin/v1/MyBypassCodes/{id}
HTTP Options
Method: options
Path: /admin/v1/MyBypassCodes
Search Bypass Codes
Method: get
Path: /admin/v1/MyBypassCodes
Search Bypass Codes Using POST
Method: post
Path: /admin/v1/MyBypassCodes/.search