curl --request GET \
--url http://localhost:8080/account_providers \
--header 'admin-api-key: <api-key>'{
"data": [
{
"created_at": "<string>",
"id": "<string>",
"last_modified_at": "<string>",
"name": "<string>",
"status": "active"
}
],
"limit": 123,
"offset": 123,
"total": 123
}curl --request GET \
--url http://localhost:8080/account_providers \
--header 'admin-api-key: <api-key>'{
"data": [
{
"created_at": "<string>",
"id": "<string>",
"last_modified_at": "<string>",
"name": "<string>",
"status": "active"
}
],
"limit": 123,
"offset": 123,
"total": 123
}Account provider lifecycle status.
active, inactive