Create Alias Code

Create an alias code with a POST request to the endpoint (enterprise customers only).

The post body should contain the necessary data to create the alias code as a JSON object:

{
    "code": "123456",
    "location": {
        "id": 123456
    }
}
Language
Credentials
Basic
base64
: