Skip to main content
POST
/
register
/
registrations
/
{id}
/
trigger_owner_email
Send the redirection link to the owner
curl --request POST \
  --url https://thirdparty-sandbox.staging.qonto.co/register/registrations/{id}/trigger_owner_email \
  --header 'Authorization: Bearer <token>' \
  --header 'Qonto-Partner-Id: <api-key>'
{
  "errors": [
    {
      "code": "<string>",
      "detail": "<string>",
      "source": {
        "pointer": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>. To get your <token>, please sign up to the Developer Portal.

Qonto-Partner-Id
string
header
required

API Key authorization header: Qonto-Partner-Id: <partner_id>. To get your <partner_id> please, sign up to the Developer Portal.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Path Parameters

id
string<uuid>
required

id of the Registration resource

Response

Returns a success status code.