cURL
curl --request POST \ --url https://{host}/api/sharesame/job/{job_id}/deployed \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "deployment_id": "deploy_123", "deploy_url": "https://forcesale.example.com" } '
{ "ok": true }
Tell ShareSame where the website ended up after you deploy the returned files.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional deployment identifier from your own system
Final public URL for the deployed website
Report accepted
Was this page helpful?