Skip to main content
GET
/
kyb
/
invites
Get KYB Invite
curl --request GET \
  --url https://api.rolla.xyz/api/v1/external/kyb/invites \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Invite retrieved successfully",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "businessId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "Acme Corp Ltd",
    "entityType": "limited_company",
    "status": "active",
    "created_at": "2023-11-07T05:31:56Z"
  }
}
Retrieve the KYB invite information for your business.

Example Request

curl -X GET "https://api.rolla.xyz/api/v1/external/kyb/invites" \
  -H "X-API-Key: your_api_key_here"

Example Response

{
  "success": true,
  "message": "Invite retrieved successfully",
  "data": {}
}

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Response

Invite retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Invite retrieved successfully"

data
object