Skip to main content

Activate Account

This API can be used to activate an account using its metallic id. The account activation process is asynchronous. The account status becomes activating when account activation is initiated. Once activation is complete in all the systems account status is active.

Path Variables

FieldDescriptionTypeNotes
accountIdAccount metallic idUUID

Request Body

No body

Response Body

Same as 'Get Account by Id - Response Body (Account Object)'

Path Parameters
  • id string required

    Account metallic id

Responses

OK


Schema
  • data object
  • id string
  • status string
  • insertTs string
  • updateTs string
  • externalId string
  • name string
  • website string
  • provisionCountry string
  • contacts object[]
  • type string
  • email string
  • firstName string
  • lastName string
  • phone string
  • address object
  • addressLine1 string
  • addressLine2 string
  • city string
  • state string
  • country string
  • postalCode string
  • type string
PUT /api/v1/partner/accounts/:id/activate    

Authorization

Request

Click Edit to configure Base URL
https://api.metallic.io
Bearer Token
id — path required
curl -L -X PUT 'https://api.metallic.io/api/v1/partner/accounts/:id/activate' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'