# B2B API

RAI Partners B2B API

Version: 1.0.0
License: Proprietary — © RAI Partners Inc. All rights reserved.

## Servers

Production
```
https://api.raipartners.com/b2b
```

Sandbox
```
https://api.dev.raipartners.com/b2b
```

## Security

### bearer-jwt

Type: http
Scheme: bearer
Bearer Format: JWT

## Download OpenAPI description

[B2B API](https://api-docs.raipartners.com/_bundle/apis/b2b.yaml)

## Profile

Profile functions

### Create a profile after an an account is booked or with the provided information

 - [POST /portal/profile](https://api-docs.raipartners.com/apis/b2b/profile/registerprofile.md): Create a profile after an an account is booked or with the provided information

## Authentication

Authentication functions

### Rotates and returns the client secret

 - [POST /auth/client-secret/rotation](https://api-docs.raipartners.com/apis/b2b/authentication/rotateclientsecret.md): Rotates and returns the client secret

### Authenticate client

 - [POST /auth/token](https://api-docs.raipartners.com/apis/b2b/authentication/authenticateclient.md): Authenticate a client and retrieve the JWT token

