bookmarks/cheat/bitbucket.md
2018-03-14 08:07:14 +01:00

9 lines
338 B
Markdown

## Retrieve account emails
using https://api.bitbucket.org/2.0/user/emails
example output :
```
{"pagelen": 10, "values": [{"is_primary": true, "is_confirmed": true, "type": "email", "email": "<xxxxxx@gmail.com>", "links": {"self": {"href": "https://api.bitbucket.org/2.0/user/emails/<xxxxxx@gmail.com>"}}}], "page": 1, "size": 1}
```