Given that we have 1 data set that underpins the API and which contains all data
Given that we have 1 set of API end-points through which this data set can be accessed
As an internal user who wants to be able to view all available data
When I access the API
Then I get to view all the review data available through the API
If your team's goal is to publish an API to expose to other developers, then the format is still the same.
For a new API
"As a developer, I want to use an API that can list the accounts for an account manager, so that I can display the list of accounts to the account manager"
For enhancing an existing API
"As a consumer of the listAccounts API, I want to retrieve the account location for each account, so that I can show it on a map."
When we didn't follow standards
"As a standards board member, I want the listAccounts API to return location as a standardized coordinate, so that the APIs return location in a standard manner. "