Create Alias Code

Create an alias code with a POST request to the endpoint.

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
:
Click Try It! to start a request and see the response here!