Skip to main content
POST
Create FBO Account Alias
Adds an alternate vault ID (alias) to an FBO account. Intake can then resolve this ID to the same account as the canonical vaultId. The account must already have a canonical vault ID. An alias must be 7–20 digits and cannot be in use by another FBO account. Permission: fbo_accounts:update

Path parameters

string
required
The FBO account ID

Request body

string
required
Alternate vault ID. Digits only (spaces and hyphens are stripped). Must be 7–20 digits.
string
Optional label for where the alias came from (for example legacy or import). Defaults to api.

Response

Returns the created alias.
This endpoint supports the Idempotency-Key header. Replaying a request with the same key returns the original response instead of creating a second alias.