Chuyển đến nội dung chính
GET
https://api-gw.verolabs.co/api/v1
/
referral
/
refcode
/
{refCode}
Lấy thông tin mã giới thiệu
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/referral/refcode/{refCode} \
  --header 'Authorization: Bearer <token>'
{
  "refCode": "<string>",
  "ownerAccountId": "<string>",
  "rebateRate": 123,
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Ủy quyền

Authorization
string
header
bắt buộc

JWT returned by Ory /sessions/whoami?tokenize_as=jwt_template_1 and stored by ApiClient.

Tham số đường dẫn

refCode
string
bắt buộc

Phản hồi

Referral code information.

refCode
string
ownerAccountId
string
rebateRate
number

0-1 ratio.

createdAt
string
updatedAt
string