Create Storefront Access Token

POST https://api.ecartapi.com/api/v2/store/token

Request Body

{"token"=>{"title"=>"Create a token test"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"token":{"accessToken":"7c5......................cb","accessScopes":[{"description":"Read store content like articles, blogs, comments, pages, and redirects","handle":"unauthenticated_read_content"},{"description":"Read customer tags","handle":"unauthenticated_read_customer_tags"},{"description":"Read product tags","handle":"unauthenticated_read_product_tags"},{"description":"Read product information","handle":"unauthenticated_read_product_listings"},{"description":"Modify checkouts","handle":"unauthenticated_write_checkouts"},{"description":"Read checkouts","handle":"unauthenticated_read_checkouts"},{"description":"Modify customer details and customer groups","handle":"unauthenticated_write_customers"},{"description":"Read customer details and customer groups","handle":"unauthenticated_read_customers"},{"description":"Read selling plans","handle":"unauthenticated_read_selling_plans"}],"createdAt":"2022-06-06T21:57:06Z","title":"Prueba de creacion de token","id":"61842751665"}}