We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1、创建一个ApiApplication,获得appid和appsecret
appid
appsecret
2、获得Namespace的id
id
3、构建Authorization header
Authorization
形式:appid:encoded_data
encoded_data
encoded_data:以appsecret为key,用JWT的HS256进行加密,加密payload为{"namespace_id":id}
HS256
{"namespace_id":id}
per_page
24
1~100
page
GET /api/v4/yaw/flows/:id/journeys?per_page=30&page=3