cURL
curl --request GET \ --url https://api-sandbox.argyle.com/v2/user-forms/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "id": "0186ef31-4a6c-bc77-ffb7-a9db11505d7d", "account": "0182c1e2-59ec-16ba-34e2-4f20594a7df7", "data": { "income_source": "Block & Fish Tackle", "payroll_provider": "Payroll Corp." }, "created_at": "2023-03-17T10:50:30.414265Z", "updated_at": "2023-03-17T10:50:31.621908Z" }
Retrieves a user form object.
Username = api_key_id, Password = api_key_secret
ID of the user form object to be retrieved.
Unique ID of the user form.
ID of the account associated with the user form.
Show child attributes
Timestamp (ISO 8601) when the user form was submitted.
Timestamp (ISO 8601) when the user form object was last updated.