v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Fiat

Create a terms of service agreement for a user

Creates a terms of service agreement for a user

post/v1/users/{user_id}/fiat/tos

Path parameters

user_idstring required

The ID of the user to create a terms of service agreement for

Headers

privy-app-idstring required

ID of your Privy app.

Request body

provider'bridge' | 'bridge-sandbox' required

Valid set of onramp providers

Example request

{
  "provider": "bridge-sandbox"
}

Response

Success message if the terms of service agreement was created successfully

OR