Intro
This is the documentation of the backend API of Capgo cloud
You can access to the API. You need to add in the headers your API key as authorization
. You get it there
Channels
This endpoint allows you to check and modify all available Channels of your app
POST
https://api.capgo.app/channel
Send this to create or update channel
receive this:
GET
https://api.capgo.app/channel
Send app_id
as URL parameter and receive array of 50 first channels.
You can get the next one by sending page=1
and optionally channel
name as URL parameter to receive one:
DELETE
https://api.capgo.app/channel
Send this
receive this:
Devices
This endpoint allows you to check and modify all devices link to your app
POST
https://api.capgo.app/device
Send this
receive this:
GET
https://api.capgo.app/device
Send app_id
as URL parameter and receive array of 50 first devices.
You can get the next one by sending page=1
and optionally device_id
name as URL parameter to receive one:
DELETE
This endpoint is for unlink channel and version override. You can’t delete a device from Capgo
https://api.capgo.app/device
Send this
receive this:
Bundles
This endpoint allows you to check and delete all bundles link to your app.
GET
https://api.capgo.app/bundle
Send app_id
as URL parameter and receive array of 50 first bundles.
You can get the next one by sending page=1
DELETE
Delete one bundle in the Cloud
https://api.capgo.app/bundle
Send this
receive this:
Alternatively you can send
To delete all bundle.