Profiles
A Swish profile is the entity to which Items and Lists belong.
post
Authorizations
HTTPRequired
Body
Responses
200
The profile has been identified
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
post
/profiles/identifypost
Authorizations
HTTPRequired
Body
customerstringOptionalExample:
A customer GID to create a token for.
gid://shopify/Customer/1234567890sessionstringOptionalExample:
A session GID to link to the customer.
gid://swish/Session/abc123Responses
201
The token has been created
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
post
/profiles/tokenLast updated