Skip to main content
POST
/
lines
/
{lineId}
/
activation
/
apply
cURL
curl --request POST \
  --url http://sandbox.mintlify.com/lines/{lineId}/activation/apply \
  --header 'Authorization: Bearer <token>'
{
  "id": "872981cb-d498-44de-967e-e7a170e0b416",
  "status": "ACTIVE",
  "phoneCountryCode": "55",
  "phoneAreaCode": "85",
  "phoneNumber": "999156060",
  "createdAt": "2024-05-19T13:58:03.418Z",
  "updatedAt": "2024-05-20T10:12:45.123Z",
  "iccId": "89554000000002500012",
  "imsi": "123456789012345",
  "externalCode": "123123123:123",
  "activatedAt": "2024-05-24T16:55:22.865Z",
  "deactivatedAt": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

lineId
string<uuid>
required

Id of line to activate - Unique identifier for the object

Response

success

id
string<uuid>
Example:

"872981cb-d498-44de-967e-e7a170e0b416"

status
string
Example:

"ACTIVE"

phoneCountryCode
string
Example:

"55"

phoneAreaCode
string
Example:

"85"

phoneNumber
string
Example:

"999156060"

createdAt
string<date-time>
Example:

"2024-05-19T13:58:03.418Z"

updatedAt
string<date-time>
Example:

"2024-05-20T10:12:45.123Z"

iccId
string
Example:

"89554000000002500012"

imsi
string
Example:

"123456789012345"

externalCode
string
Example:

"123123123:123"

activatedAt
string<date-time>
Example:

"2024-05-24T16:55:22.865Z"

deactivatedAt
string<date-time>
Example:

null