GET
/
v1
/
sms
/
rate-parser
/
files
/
{file}
/
sample
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/sms/rate-parser/files/{file}/sample \
  --header 'Authorization: Bearer <token>'
{
  "file_name": "<string>",
  "total_rows": 123,
  "rows": [
    "<any>"
  ],
  "cols": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

file
string<uuid>
required

The file ID

Query Parameters

offset
integer | null
Required range: x >= 0

Response

200
application/json

The response is of type object.