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

Access Token B2B

Technical Specification

Service Code: 73

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

grantType

String

M

1

18

OAuth2 client_credentials grant type.

Sample Request

{
  "grantType": "client_credentials"
}

Body Response

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

responseCode

M

1

7

BI SNAP Response Code.

2

responseMessage

String

M

1

150

BI SNAP Response Message.

3

accessToken

String

M

1

3000

Generated client credentials token.

4

tokenType

String

M

1

6

Filled with Bearer type.

5

expiresIn

String

M

1

5

Token expiry in seconds

Sample Response

Last updated