SignEnvoy docs

API reference / auth

auth

POST /v1/device/code

Device Code

Request body (application/json, required)

MemberTypeNotes
client requiredstring (pattern ^[a-z][a-z0-9-]{0,31}$)e.g. senv
client_versionstring (max length 64) | null
mode"live" | "test" Default "live".
namestring (max length 100) | nullName for the key the human approves

Responses

POST /v1/device/token

Device Token

Request body (application/json, required)

MemberTypeNotes
device_code requiredstring (min length 16, max length 128)

Responses