Skip to content

List created organizations

List the organizations created by the Account Holder

GET https://[base_url]/v1/virtual-cards/organizations
                               |

Endpoint response

Status code: 200

[
    {
        "id": 12,
        "account_holder_id": "acch_02xqQVw",
        "name": "Agencia de viaje 1",
        "description": "Agencia de viajes 1",
        "external_ref": "452"
    },
    {
        "id": 13,
        "account_holder_id": "acch_4UiA5Vw",
        "name": "Agencia de viajes 2",
        "description": "Agencia de viajes 2",
        "external_ref": "563"
    }
]

Status code: 400, 401, 403, 404

{
 "code": "Status code",
 "message":"Error description",
 "detail": "Error details"
}