Skip to main content
GET
/
verify-access
/
{ctk}
Verify Access
curl --request GET \
  --url https://api.central.ccs/verify-access/{ctk} \
  --header 'Authorization: Bearer <token>'
{
  "response": {
    "resource": "/<request-end-point-path>",
    "response-time-stamp": "2027-11-10T17:07:01.580Z",
    "transaction-id": "tid_691df0c788ca043403b7fa90"
  },
  "status": "OK",
  "uid": "uid_691df0c788ca043403b7fa90",
  "cid": "cid_691df0c788ca043403b7fa90",
  "expiry": "2023-11-07T05:31:56Z"
}
Enables verification of an access token and it’s relationship to the Data User (organisation wishing to access the consumers data). Endpoint should be called by the Data Provider each time the Data User requests access and denies access if the responce is negative.

Authorizations

Authorization
string
header
required

Bearer tokens are available via the /login endpoint

Path Parameters

ctk
string
required

Token that enables a Data User to access an individual consumers data from a data provider

Example:

"ctk_691df0c788ca043403b7fa90"

Response

Consent verification success.

response
object
required

Metadata about the response.

status
string
required

Consent token

Example:

"OK"

uid
string
required

Identity of the data user of which the consent is for

Example:

"uid_691df0c788ca043403b7fa90"

cid
string
required

Identity of the consumer of which the consent is for

Example:

"cid_691df0c788ca043403b7fa90"

expiry
string<date-time> | null

Date/time stamp of when the consumer consent expires. Null for consent without an end date