(0.0.1)

Download OpenAPI description
Languages
Servers
Mock server
https://docs.bndry.net/_mock/apis/openapi/
https://api.{customer}.app.identitii.com/

AuthenticationService

Operations

Generate an access token

Request

Exchange client credentials for an access token.

Bodyapplication/jsonrequired
grant_typestringrequired

This is a constant value of client_credentials.

client_idstringrequired

The client identifier issued to you by Identitii during API onboarding.

client_secretstringrequired

The client secret issued to you by Identitii during API onboarding.

curl -i -X POST \
  https://docs.bndry.net/_mock/apis/openapi/v1alpha/tokens:generate \
  -H 'Content-Type: application/json' \
  -d '{
    "grant_type": "string",
    "client_id": "string",
    "client_secret": "string"
  }'

Responses

OK

Bodyapplication/json
access_tokenstring

The access token issued by the authorization server.

token_typestring

The type of token issued. This is a constant value of Bearer.

expires_ininteger(int32)

The lifetime in seconds of the access token.

Response
application/json
{ "access_token": "string", "token_type": "string", "expires_in": 0 }

DraftService

Operations

RFIService

Operations

ScenarioService

Operations

TeamService

Operations