v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
list seller_oauth
List all OAuth clients for a seller
get/ops/sellers/{id}/oauth
Path parameters
idstring regexp required
Seller ID
Example:739b63c2-9e58-4964-b38d-4ebb424de242
Seller ID
Response
OK response.
Example response
{
"clients": [
{
"client_id": "abc123",
"created_at": "1970-01-01T00:00:01Z",
"name": "abc123",
"seller_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"updated_at": "1970-01-01T00:00:01Z"
}
]
}