Confirm an organization invite

Confirm an organization invite by providing the organization ID and the invite token.

GET
/organizations/{organizationId}/invite

Path Parameters

organizationId*string

Unique identifier of the organization

Query Parameters

token*string

The invite token.

member_id*string

The member ID.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/organizations/string/invite?token=string&member_id=string"
{
  "access_token": "string",
  "refresh_token": "string"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}