Get a row
Get a row from the lookup table.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
lookup_table_id
Lookup table ID.
row_id
Lookup table row ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success reply
id
The unique identifier of the object.
data
The data associated with the object.
created_at
The timestamp when the object was created.
updated_at
The timestamp when the object was last updated.