Get all account providers
GET/api/v1/account-providers/
Returns the list of account providers of an account.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
account uuidrequired
commitment_gb_per_month doublenullable
display_name string
enable_commitment boolean
id uuidrequired
is_builtin boolean
provider integerrequired
provider_details
object
required
id integerrequired
name stringrequired
Possible values: <= 255 characters
service_uids stringrequired
[
{
"account": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"commitment_gb_per_month": 0,
"display_name": "string",
"enable_commitment": true,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_builtin": true,
"provider": 0,
"service_uids": "string"
}
]
Loading...