Alias
List
Retrieve a paginated list of Alias records. Supports filtering, sorting, and search.
get/api/cp/alias
Response
Successful response
Example response
[
{
"id": 12345,
"company_id": 1,
"current": "example_current",
"new": "example_new"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.