Invites
Create Org Invite
Authorization
ApiKey Authorization<token>
Your API key (sk-ast-...)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.asteria-labs.com/v1/organization/invites" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}