curl --request POST \
--url https://{defaultHost}/v1/apps \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"app": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"origin": "<string>",
"callback_url": "<string>",
"logo": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
}Create a new app
curl --request POST \
--url https://{defaultHost}/v1/apps \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"app": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"origin": "<string>",
"callback_url": "<string>",
"logo": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
}Was this page helpful?