Skip to content

Get an inbound-email alias

GET
/v1/aliases/{id}

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. A call needing more scope than the key holds returns 403 insufficient_scope.

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

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"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Emithook · a Finnoto product