API endpoint for Accounts

An account is a top-level object that encapsulates packages and versions, along with associated collaborators, repositories, and settings.

Account object attributes

id string
Unique identifier of the object

username string
Unique username of the account

name string
Display name

type_key string
Account type: user, org, or heroku_app

Retrieve account

Retrieve a single account by username or unique identifier. You can also use the keyword “me” to retrieve the context account.

GET https://api.fury.io/1/accounts/nickfury
GET https://api.fury.io/1/accounts/me?as=nickfury
GET https://api.fury.io/1/accounts/acct_eb3c12

Next