# Get Ad **GET /ads/{ad_id}** Retrieve ad widget data by ID. **Important:** Use the `accessToken` returned by the `POST /ads` endpoint (NOT the token from `/auth/token`) as the Bearer token for this request. ## Servers - Production API: https://api.thankly.ai (Production API) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **ad_id** (string) The ID of the ad to retrieve ## Responses ### 200 Successful response #### Body: application/json (object) - **adId** (string) Unique identifier for the ad - **status** (string) Status of the ad processing - **widgets** (array[object]) ### 403 Token ad_id does not match requested ad_id #### Body: application/json (object) - **detail** (string) ### 404 Ad not found #### Body: application/json (object) - **detail** (string) ### 500 Failed to fetch ads #### Body: application/json (object) - **detail** (string) [Powered by Bump.sh](https://bump.sh)