Alias

List

Retrieve a paginated list of Alias records. Supports filtering, sorting, and search.

get/api/cp/alias

Response

Successful response

idinteger

Id

company_idinteger

Company Id (references company.id)

currentstring

Current

newstring

New

Example response

[
  {
    "id": 12345,
    "company_id": 1,
    "current": "example_current",
    "new": "example_new"
  }
]

Changes