Register
POST
/oauth/register
const url = 'https://engine.bindly.insure/oauth/register';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://engine.bindly.insure/oauth/registerRFC 7591 Dynamic Client Registration, public, unauthenticated by spec; issues stateless public-PKCE client ids only. Rate-limited per IP.
Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Examplegenerated
example