/provider
This endpoint returns a list of the major providers currently supported by the API.
Request
GET https://api.gateway.inokufu.com/learningobject/v3/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 example
curl "https://api.gateway.inokufu.com/learningobject/v3/provider"
Response
Response parameters
Parameter | Description |
---|---|
| UUID of the provider. This is the parameter to use in the query parameter of the endpoint |
| Name of the provider |
| Home url of this provider |
Response example
Here is an example of the JSON structured response provided by this endpoint.
[
{
"id_provider": "youtube",
"name": "Youtube",
"url": "https://www.youtube.com/"
}
]