Skip to main content
POST
/
api
/
sending-domains
/
entri-token
Create Entri Token
curl --request POST \
  --url https://api.embedreach.com/api/sending-domains/entri-token
{
  "success": true,
  "message": "<string>",
  "data": {
    "token": "<string>",
    "expiresAt": "2023-11-07T05:31:56Z"
  }
}

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Response

Status 200 response

success
boolean
required
message
string
data
object