Get Accounts

1 minute read

Get all support accounts associated with the authenticated user.

Request

Endpoint: https://sphereapi.admin.axway.com/sphere/api/v1/account

HTTP verb: GET

Response

HTTP status code: 200

Content:

Type Data Type Description
body Account (array) List of accounts for which the authenticated user can open new or access existing support cases.

Examples

[
    {
        "name": "Axway Customer Distinct Account 1",
        "sac": "00000"
    },
    {
        "name": "Axway Customer Distinct Account 2",
        "sac": "000001"
    }
]

Unsuccessful responses

Content:

Type Data Type Description
body ErrorResponse Details of the error that occurred.