Get a Medusa store's admin dashboard URL + admin credentials (SENSITIVE: contains the real password), storefront URL and publishable key
Requires the workspaces:read permission.
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/workspaces/string/medusa-credentials"{ "admin_url": "string", "backend_url": "string", "db_uuid": "string", "email": "string", "password": "string", "publishable_key": "string", "redis_uuid": "string", "storefront_url": "string"}Read the RUNNING app's container log — use this when the build succeeded but the site errors (500s, crash loops). Query: app=backend|storefront (a store has two; defaults to the storefront, which is what visitors hit), lines=1..1000 (default 200). This is the runtime log; for a build that FAILED read the deployments log instead. GET
Previous Page
Get a WordPress workspace's wp-admin URL + admin credentials (SENSITIVE: contains the real password) and site URL GET
Next Page