put https://app-api.sandbox.coinify.com/me/deactivate
This will make the trader account unusable and the only way to activate it again is to contact Coinify Support.
To enable the customer to deactivate their trader account with Coinify, use this API endpoint. The only expected payload is the Authorization
HTML Header. Meaning, the customer needs to authenticate first, you obtain the access_token
, and pass it as the Authorization
header value as shown below.
Here's an example of the the Authorization
header:
Bearer eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3Mjc4NTk3MzUsImV4cCI6MTcyNzg2MDkzNSwidWlkIjo3MTYzNiwiZXYiOmZhbHNlLCJzYyI6eyJ0XzI1OTY3IjoiKiJ9fQ.HeHn6CJBEtjm-P1MRZonbcwOTzUdZh-uugVhRR1M4ZIrrCG57-9KX2k7CRedj3E3KLYowIouFrtImw-NYGqY9g
Only the trader should be able to deactivate their own account.
A deactivated account can not obtain an access_token
and thus is unable to use the parts of the API that require an access token.