Users
Retrieve an addon account
Retrieves the details of an addon account
Permissions
Addon accounts are visible only to the user that authorized the account.
Returns
Returns a JSON object with a data key containing the representation of the requested addon account, if the request was successful.
If the request is unsuccessful, an errors key containing information about the failure will be returned. Refer to the list of error codes to understand why this request may have failed.
get/users/{user_id}/addons/{provider}/accounts/{account_id}/
Path parameters
user_idstring required
The unique identifier of the user.
providerstring required
The unique identifier of the addon provider.
account_idstring required
The unique identifier of the addon account.
Response
OK