Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
[
{
"id": 123,
"login": "<string>"
}
]
[
{
"id": 123,
"login": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.