For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authorization

Biographic database OAuth 2.0 authorization.

authorize

post

Use OAuth 2.0 to authorize the API to request biographics.

Body

Authorization request

clientIDstringOptionalExample: client-id
clientSecretstringOptionalExample: client-secret
Responses
200

Authorization OK

application/json

JWT Token Response

tokenstringOptionalExample: eyJhbGciOiJIUzUxMiJ9.eyJpZCI6MSwibmFtZSI6IkpvaG4ifQ.J3KLoXwPhku...
post/authorize

Last updated

Was this helpful?