post
https://www.keycafe.com/v0/aliasCode
Create an alias code with a POST request to the endpoint.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
The post body should contain the necessary data to create the alias code as a JSON object:
{
"code": "123456",
"location": {
"id": 123456
}
}