Skip to main content
POST
/
accounts
cURL
curl --request POST \
  --url https://sandbox.mintlify.com/accounts
{
  "id": "<string>",
  "provider": "<string>",
  "webhookUrl": "<string>"
}

Path Parameters

accessToken
string
required
Minimum length: 1
Example:

"1212121"

refreshToken
string
required
Minimum length: 1
Example:

"1212121"

provider
string
required
Example:

"google"

webhookUrl
string<uri>
required
Example:

"https://example.com/webhook"

Response

200 - application/json

Create an account

id
string
required
provider
string
required
webhookUrl
string<uri>
required