7 lines
310 B
Markdown
7 lines
310 B
Markdown
|
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}
|
||
|
```
|