Loading…
Read your own training-partner profile.
| Permission | Description |
|---|---|
training_partners.view | Read your partner profile and matches |
There is no path parameter: this route serves the caller's own single profile and no other. Other people's profiles are read through the matches feed, which returns only users who have opted in.
{
"data": <training partner profile resource>
}
Returned when you have never written a profile. There is nothing to read yet — a client renders its
"find a training partner" invitation from this, and creates the profile with
PUT /profile.
| Status | Error Type | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |
| 404 | Not Found | Not found error |