Show Coaching

GET /v1/coachings/{id}

Path parameters

  • id string Required

    Coaching ID

Responses

  • 200 application/json

    Coaching response

    Hide response attribute Show response attribute object
    • data object

      A coaching

      Hide data attributes Show data attributes object
GET /v1/coachings/{id}
curl \
 -X GET https://api.azav-pilot.de/v1/coachings/uuidv4
Response examples (200)
{
  "data": {
    "id": "<uuid v4>",
    "slug": "zertifizierter-scrum-master",
    "title": "Zertifizierter SCRUM Master"
  }
}