Authorization
Biographic database OAuth 2.0 authorization.
Last updated
Was this helpful?
Biographic database OAuth 2.0 authorization.
Last updated
Was this helpful?
Was this helpful?
POST /biographicBase/authorize HTTP/1.1
Host: <ip>:8130
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"clientID": "client-id",
"clientSecret": "client-secret"
}{
"token": "eyJhbGciOiJIUzUxMiJ9.eyJpZCI6MSwibmFtZSI6IkpvaG4ifQ.J3KLoXwPhku..."
}