Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

View AutoSKU

POST {api-url}/viewAutoSKU?ns={community}

View the configuration and enrollment details of a specific AutoSKU merchant.

FieldTypeRequirementDescription
UsernameStringRequiredA unique username identifying the merchant.
IDNumberStringOptionalThe ID number of the user.
MetadataStringOptionalAny other detail that you wish to store with this event.
{
"Username": "celbuxMerchant",
"IDNumber": "",
"Metadata": "{}"
}
Terminal window
curl -X POST '{api-url}/viewAutoSKU?ns={community}' \
-H 'Authorization: bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"Username":"celbuxMerchant","IDNumber":"","Metadata":"{}"}'