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

Responses
200

Accepted Terms & Conditions

401

Unauthorized

404

Not found

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

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