Get an inbound-email alias
GET
/v1/aliases/{id}
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Responses
The alias.
application/json
JSON "id": "al_01JX9", "address": "orders.acme@emhk.in", "kind": "platform", "localPart": "orders", "domain": "emhk.in", "destinationIds": [ "string" ], "allowedSenders": [ "string" ], "maxSizeBytes": 26214400, "createdAt": "string"
{
}