Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.nomba.com/llms.txt

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

Assign terminals to the parent account

POST /v1/terminals/assign

  curl --request POST \
    --url https://api.nomba.com/v1/terminals/assign \
    --header 'Authorization: Bearer <token>' \
    --header 'Content-Type: application/json' \
    --header 'accountId: <accountId>' \
    --data '{
    "serialNumber": "55555555",
    "terminalLabel": "Testing"
  }'

Request body

serialNumber
string
required
Terminal serial number.
terminalLabel
string
Terminal label.

Response body

code
string
required
Response code
description
string
required
Response description
data
object