Asteria Docs
Invites

List Org Invites

GET
/v1/organization/invites
Authorization<token>

Your API key (sk-ast-...)

In: header

Response Body

application/json

application/json

curl -X GET "https://api.asteria-labs.com/v1/organization/invites"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}