# Coverage Operations related to coverage. ## List coverage profiles - [GET /v3/coverage-profiles](https://api-docs.tellisim.com/openapi/coverage/xwappasg4mnsd-list-coverage-profiles.md): Returns the list of coverage profiles available to your account. ## Get the coverage profile - [GET /v3/coverage-profiles/{coverageId}](https://api-docs.tellisim.com/openapi/coverage/fltojr54olllm-get-the-coverage-profile.md): Retrieves the coverage profile ## Create custom region coverage profile - [POST /v3/coverage-profiles/custom-region](https://api-docs.tellisim.com/openapi/coverage/9dtoar54odjsm-create-custom-region-coverage-profile.md): Creates a custom region coverage profile using a list of ISO 2-letter country codes. Validation checks: The system performs the following validations before creating the profile: - Duplicate name check: If a region with the same name already exists for this organization, returns 400 Bad Request - Duplicate coverage check: If a coverage profile with the exact same set of countries already exists, returns 409 Conflict with the existing profile details Note: Coverage profiles are immutable and cannot be deleted. You can only create new profiles.