POST
/
v1
/
apps
/
{app_id}
/
fiat
curl --request POST \
  --url https://api.privy.io/v1/apps/{app_id}/fiat \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --header 'privy-app-id: <privy-app-id>' \
  --data '{
  "provider": "bridge",
  "api_key": "<string>"
}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

App secret authentication.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

app_id
string
required

The ID of the app that is being configured for fiat onramping and offramping

Body

application/json

Response

200 - application/json
Success message if the app was configured successfully

The response is of type object.