Skip to main content
GET
/
v1
/
hubs
/
{hub_id}
/
email-config
Fetch BYO-SMTP configuration for a hub
curl --request GET \
  --url https://api.member.dev/v1/hubs/{hub_id}/email-config \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hub_id
string
required

Response

Successful Response