Get Instructions
Instructions
Get Instructions
Return the authenticated user’s global instructions.
A user with no stored row is returned the defaults. GET never creates a row (a row is only materialised on the first PATCH).
GET
Get Instructions
Authorizations
EDN API key presented as 'Bearer ' in the Authorization header. Create and manage keys from the Console.
Response
200 - application/json
Successful Response
Console-facing global instructions.
Mirrors the nullable columns on user_instructions. A user with no
stored row is returned the defaults (all null) without a row being
created.
