Skip to main content
POST
/
v1
/
hubs
/
{hub_id}
/
email-config
/
test
Re-test stored BYO-SMTP credentials for a hub
curl --request POST \
  --url https://api.member.dev/v1/hubs/{hub_id}/email-config/test \
  --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