POST
/
public
/
get-course-id-from-course-slug
curl --request POST \
  --url https://backend.codedamn.com/api/public/get-course-id-from-course-slug \
  --header 'Content-Type: application/json' \
  --data '{
  "data": [
    {
      "data": {
        "fermionSchoolId": "<string>",
        "courseSlug": "<string>"
      }
    }
  ]
}'
[
  {
    "output": {
      "status": "ok",
      "data": {
        "fermionCourseId": "<string>"
      }
    }
  }
]

Body

application/json

API Request Body

The body is of type object.

Response

200 - application/json

API Response Body

The response is of type object[].