Skip to main content
GET
/
v1
/
auth
/
orgs
/
rp-terms
Get the active organization's current relying-party integration terms status.
curl --request GET \
  --url http://127.0.0.1:8787/v1/auth/orgs/rp-terms \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "acceptance": {
      "accepted_at": "<string>",
      "accepted_by": "<string>",
      "jurisdiction": "<string>",
      "terms_hash": "<string>",
      "terms_version": "<string>"
    },
    "current": {
      "jurisdiction": "UK/EU GDPR",
      "terms_hash": "sha256:5472d5130ecf957716380ec26d82aac35e1c59fe4ce8cba8337c0b8fec1e261e",
      "terms_version": "2026-05-17"
    },
    "current_accepted": true
  },
  "error": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Current Kayle ID Integration Terms status.

data
object
required
error
null
required