Get user accepted Terms & Conditions

The endpoint returns a list of Bitpanda Terms which the user accepted.

SecuritybearerAuth
Request
path Parameters
User-ID
required
string <uuid>

User ID

query Parameters
user_journey
string

Filters the user accepted terms for a specific user journey. If not provided, all accepted terms are included in the response.

Enum: "onboarding" "trading_stocks_buy" "trading_stocks_sell" "trading_etf_buy" "trading_etf_sell" "trading_metals_buy" "trading_metals_sell"
Responses
200

Accepted Terms & Conditions

401

Unauthorized

404

Not found

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/users/{User-ID}/terms
Request samples
Response samples
application/json
{
  • "data": [
    ]
}