CASE FrameworkCASE Framework
Participant APIParticipant data

Get a linking code by key

GET
/v1/study-service/participant-data/{studyKey}/linking-code

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Query Parameters

pid*string

Profile ID

key*string

Key for linking code

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/study-service/participant-data/string/linking-code?pid=string&key=string"
{
  "linkingCode": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}