Skip to content

Request an invite to an account

Request

Create a new [AccountInviteRequest]

This endpoint is unauthenticated. Do not send a Bearer Token in the Authorization Header

Security
bearerToken
Bodyapplication/jsonrequired
accountIdstringrequired

The ID of the account the invite request is for

Example:"cfb665ca-ce35-4418-b9d5-70ee815db4bd"
curl -i -X POST \
  https://api-v2.dash.app/account-invite-requests \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd"
  }'

Responses

Success

Response
No content