Providers

This endpoint returns a list of the major providers currently supported by the API.

Request

GET https://learning-objects-v2.p.rapidapi.com/provider

Headers

This endpoint does not require any API key authentication in the header.

Query Parameters

This endpoint does not require any query parameter.

Code examples

See herearrow-up-right for Rapid API codes examples.

See below for Direct customer access:

curl "https://api.inokufu.com/learningobject/v2/provider"

Response

Response parameters

Parameter
Description

id

Identifier of the provider to be used in the /search-provider endpoint to filter LO with the provider parameter

name

Pretty name of the provider as returned in enpoints response

logo

For each providers returned, by this endpoint, we offer 4 versions of their logo:

  • url is the offer price of the LO as a decimal number.

  • colorSchemeis the color of the background for which the corresponding logo is better suited, either fordarkthbackground or forlight background.

  • aspectRatio is the aspect Ratio of the corresponding logo, either the landscapeversion or the squareversion

url

URL of the homepage of the provider.

license

License and/or branding page of this provider.

Response example

Here is an example of the JSON structured response provided by this endpoint.

Last updated