Overview
Calls
- •signup
- •getsalt
- •login
- cors•user/lookup
- cors•<user>/pgp_keys.asc
- •key/add
- •key/fetch
- •session/killall
- •sig/next_seqno
- •sig/post
- •sig/post_auth
- cors•merkle/root
- cors•merkle/block
Other details
Docs > The API >
sig/next_seqno
session required | ||
GET | https://keybase.io/_/api/1.0/sig/next_seqno.json
|
|
SAMPLE PARAMS |
type : "PUBLIC" ## other types aren't supported yet
|
|
SAMPLE OUTPUT |
{
"status": {
"code": 0,
"name": "OK"
},
"prev": "c450220f5235fcb646a66dfb4225dd65...",
"seqno": 2,
"csrf_token": "lgHZIDVhMjYwOTQ3OTM5OGNhODljYzRh..."
}
|
sig/next_seqno
Get the next sequence number in the user's signature chain, returning also the hash of the previous block.