StudioContact usPricing

Overview

Introduction
Authentication

Services

Model swap
Flat lay on model

References

Get current user informationLogin with username and passwordExpire the current tokenRefresh access token
StudioContact usPricing
Authentication

Expire the current token

POST
/auth/logout

Authorization

AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Response Body

Examples

curl -X POST "https://loading/auth/logout"
Empty

Login with username and password POST

Previous Page

Refresh access token POST

Next Page