cURL
curl --request GET \ --url https://shardcloud.app/api/apps/{app_id}/domain \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "hostname": "<string>", "status": "<string>", "ownership_verification": {}, "ownership_verification_http": {}, "ssl": {}, "custom_metadata": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Custom domain information