Skip to main content
POST
/
api
/
coursera
/
partners
/coursera/partners
curl --request POST \
  --url https://api.anysite.io/api/coursera/partners \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "partner": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "web_url": "<string>",
    "@type": "CourseraPartner",
    "alias": "<string>",
    "abbreviation": "<string>",
    "description": "<string>",
    "image": "<string>",
    "banner": "<string>",
    "logo": "<string>",
    "primary_color": "<string>",
    "secondary_color": "<string>",
    "partner_type": "<string>",
    "website_url": "<string>",
    "twitter_url": "<string>",
    "facebook_url": "<string>",
    "youtube_url": "<string>",
    "location": {
      "@type": "CourseraPartnerLocation",
      "country": "<string>",
      "city": "<string>",
      "latitude": 123,
      "longitude": 123
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
partner
string
required

Coursera partner (university/company) id ('348').

Minimum string length: 1
Examples:

"348"

"3"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
web_url
string
required
@type
string
default:CourseraPartner
alias
string | null
abbreviation
string | null
description
string | null
image
string | null
banner
string | null
logo
string | null
primary_color
string | null
secondary_color
string | null
partner_type
string | null
website_url
string | null
twitter_url
string | null
facebook_url
string | null
youtube_url
string | null
location
object | null