Naar hoofdinhoud gaan
PATCH
/
v1
/
public
/
accounts
/
{account_id}
/
forwarding
/
{forwarding_id}
forwarding bijwerken
curl --request PATCH \
  --url https://api.hybridbox.io/v1/public/accounts/{account_id}/forwarding/{forwarding_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_email": "jsmith@example.com"
}
'
{
  "active": true,
  "created_at": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "scope_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "target_email": "<string>",
  "updated_at": "<string>",
  "verification_required": true,
  "verification_expires_at": "<string>",
  "verification_sent_at": "<string>",
  "verification_verified_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt

Use this file to discover all available pages before exploring further.

Autorisaties

Authorization
string
header
vereist

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

Padparameters

account_id
string<uuid>
vereist
forwarding_id
string<uuid>
vereist

Body

application/json

Aanvraag om een forwardingdoel bij te werken.

target_email
string<email>
vereist

Bestemmings-e-mailadres doorsturen

Respons

active
boolean
vereist

Of doorsturen actief is

created_at
string
vereist

Tijdstempel voor het maken van doorstuurregels

id
string<uuid>
vereist

Doorstuurregel UUID

scope_id
string<uuid>
vereist

Resource UUID voor het doorstuurbereik

scope_type
enum<string>
vereist

Type resourcebereik voor de doorstuurregel

Beschikbare opties:
account,
workspace,
domain
target_email
string
vereist

Bestemmings-e-mailadres doorsturen

updated_at
string
vereist

Tijdstempel laatste update van doorstuurregel

verification_required
boolean
vereist

Of verificatie van de ontvanger vereist is

verification_state
enum<string>
vereist

Verificatiestatus van ontvanger

Beschikbare opties:
internal,
pending,
verified,
expired
verification_expires_at
string | null

Tijdstempel van vervaldatum van verificatie

verification_sent_at
string | null

Verificatie-e-mail verzonden tijdstempel

verification_verified_at
string | null

Tijdstempel van voltooiing van de verificatie