Skip to main content
POST
/
portals
/
import-clients
Imports clients to a portal using SSNs with secret-based authentication. This is an anonymous endpoint for external integrations.
curl --request POST \
  --url https://api.example.com/portals/import-clients \
  --header 'Content-Type: application/json' \
  --data '
{
  "ssNs": [
    "<string>"
  ],
  "portalId": 123,
  "secret": "<string>"
}
'

Body

The request containing SSNs, portal ID, and authentication secret.

ssNs
string[] | null
portalId
integer<int32>
secret
string | null

Response

Clients imported successfully.