Teams

Get all the teams you are a member of

GET https://{region}.getafile.io/api/v1/auth/teams

This endpoint allows you to get your current usage inside getafile.

[
    {
        "id": 1,
        "name": "Test Team",
        "role": "owner"
    }
]

Last updated

Was this helpful?