POST/api/v2/banking/approvals/devices/enroll

POST /api/v2/banking/approvals/devices/enroll

Authentication

Send your API key in the x-api-key header on every request.

Parameters

Request parameters
FieldTypeRequiredDescription
userId (query)unknownNo

Request body

application/json

Request body fields
FieldTypeRequiredDescription
PublicKeystringYes
NamestringYes

Responses

200 — OK

Example request

curl -X POST "https://{base_url}/api/v2/banking/approvals/devices/enroll" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"PublicKey":"…","Name":"…"}'

This page is generated from the live OpenAPI specification and always matches the current API.