# Mapping Management APIs for creating, retrieving and deleting number-to-message-app mappings. ## Create mapping for enterprise and return created mapping - [POST /mapping/add/{enterpriseId}](https://context-docs.sabrhub.com/specs/contextsms-webex.external/mapping-management/addmapping.md): Create a mapping record associated with enterpriseId. Returns the newly created mapping. ## Retrieve mappings for a specific CSP with optional filters - [GET /mappings/csp/{cspId}](https://context-docs.sabrhub.com/specs/contextsms-webex.external/mapping-management/getmappingsbycsp.md): Return all mapping records associated with the specified CSP (cspId). Supports pagination and optional filters such as page, size and status. ## Retrieve mappings for a specific enterprise with optional filters - [GET /mappings/enterprise/{enterpriseId}](https://context-docs.sabrhub.com/specs/contextsms-webex.external/mapping-management/getmappingsbyenterprise.md): Return all mapping records associated with the given enterprise (enterpriseId). ## Delete mapping by mappingId and return operation status - [DELETE /mapping/{mappingId}](https://context-docs.sabrhub.com/specs/contextsms-webex.external/mapping-management/deletemapping.md): Delete mapping identified by mappingId. Returns 204 on success or 404 if not found.