To access this endpoint you must send an authenticated request with a valid user token that has the bras
scope granted.
The list of bras for a user is represented as a collection where each entry on its collection
key will contain a piece of information for each bra:
collection
{
"bratabase_url": <url>,
"name": <string>,
"brand": {
"bratabase_url": <url>,
"href": <url>,
"name": <string>,
},
"is_owned": <boolean>,
"href": <url>,
"model": {
"bratabase_url": <url>,
"href": <url>,
"name": <string>,
},
"size": {
"bratabase_url": <url>,
"href": <url>,
"size": <string>,
}
}
links
{
"me": <url>
}
To reach here you must have followed any of the bras
URLs on the user's profile endpoint.
API root -> me -> bras