Number of APIs: 3
GET {{baseUrl}}/users/:userId/tsp/:tspId
Each user can have a maximum of two TSP accounts. Use this API to retrieve details of a specific TSP account enabled for a specific user. Scopes: Rate Limit Label: tsp:read:admin
,tsp:read
Light
2. Delete a user's TSP account
DELETE {{baseUrl}}/users/:userId/tsp/:tspId
Delete a user's TSP account. Scopes: Rate Limit Label: tsp:write:admin
,tsp:write
Light
PATCH {{baseUrl}}/users/:userId/tsp/:tspId
Update a user's TSP account. Scopes: Rate Limit Label: tsp:write:admin
,tsp:write
Light
ENDPOINTS