Skip to main content

Retrieve a managed account

GET 
/managed_accounts/:id

Retrieves the details of a single managed account.

Request

Path Parameters

    id stringrequired

    Managed Account User ID

Responses

200: Successful response with information about a single managed account.

401: Unauthenticated response. Happens when the current user cannot be authenticated.

404: Resource not found

Loading...