请求
发起请求
主机
授权头
HTTP 动词
接受头
GET https://api.iafcertsearch.org/api/client/v1/endpoint HTTP/1.1
Accept: application/json数据数组
格式化请求
请求主体
分页
成功的请求
Last updated
GET https://api.iafcertsearch.org/api/client/v1/endpoint HTTP/1.1
Accept: application/jsonLast updated
GET https://api.iafcertsearch.org/api/client/v1/endpoint?parameter=data1¶meter=data2 HTTP/1.1POST https://api.iafcertsearch.org/api/client/v1/example/ HTTP/1.1
Content-Type: application/json{
"name": "new example name"
}GET https://api.iafcertsearch.org/api/client/v1/resource?limit=100&offset=0 HTTP/1.1