Alias

Read

Retrieve a single Alias record by ID.

get/api/cp/alias/{id}

Path parameters

idinteger required

Id identifier

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

No recorded changes to this endpoint across all 1 revision of this API.